Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: Place (soft)irq text with macros

Otherwise it gets placed without the start/end markers.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Johannes Berg and committed by
Richard Weinberger
324f80cc 7a1bb4f9

+4
+2
arch/um/kernel/dyn.lds.S
··· 70 70 SCHED_TEXT 71 71 CPUIDLE_TEXT 72 72 LOCK_TEXT 73 + IRQENTRY_TEXT 74 + SOFTIRQENTRY_TEXT 73 75 *(.fixup) 74 76 *(.stub .text.* .gnu.linkonce.t.*) 75 77 /* .gnu.warning sections are handled specially by elf32.em. */
+2
arch/um/kernel/uml.lds.S
··· 31 31 SCHED_TEXT 32 32 CPUIDLE_TEXT 33 33 LOCK_TEXT 34 + IRQENTRY_TEXT 35 + SOFTIRQENTRY_TEXT 34 36 *(.fixup) 35 37 /* .gnu.warning sections are handled specially by elf32.em. */ 36 38 *(.gnu.warning)