From: Johannes Berg Date: Fri, 23 Aug 2019 13:06:06 +0000 (+0200) Subject: um: Place (soft)irq text with macros X-Git-Tag: v5.4.17~2662^2~13 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=324f80cc3ee5b748735ba46288d4b2e0eb844ed7;p=people%2Faperard%2Flinux.git um: Place (soft)irq text with macros Otherwise it gets placed without the start/end markers. Signed-off-by: Johannes Berg Signed-off-by: Richard Weinberger --- diff --git a/arch/um/kernel/dyn.lds.S b/arch/um/kernel/dyn.lds.S index 5568cf8823711..f5001481010c0 100644 --- a/arch/um/kernel/dyn.lds.S +++ b/arch/um/kernel/dyn.lds.S @@ -70,6 +70,8 @@ SECTIONS SCHED_TEXT CPUIDLE_TEXT LOCK_TEXT + IRQENTRY_TEXT + SOFTIRQENTRY_TEXT *(.fixup) *(.stub .text.* .gnu.linkonce.t.*) /* .gnu.warning sections are handled specially by elf32.em. */ diff --git a/arch/um/kernel/uml.lds.S b/arch/um/kernel/uml.lds.S index 36b07ec09742a..9f21443be2c9e 100644 --- a/arch/um/kernel/uml.lds.S +++ b/arch/um/kernel/uml.lds.S @@ -31,6 +31,8 @@ SECTIONS SCHED_TEXT CPUIDLE_TEXT LOCK_TEXT + IRQENTRY_TEXT + SOFTIRQENTRY_TEXT *(.fixup) /* .gnu.warning sections are handled specially by elf32.em. */ *(.gnu.warning)