diff options
author | Johannes Berg <johannes.berg@intel.com> | 2019-08-23 15:06:06 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-09-15 21:37:12 +0200 |
commit | 324f80cc3ee5b748735ba46288d4b2e0eb844ed7 (patch) | |
tree | 24c2f23be43170805870c6086cd46eebc21d9fe4 /arch/um/kernel/uml.lds.S | |
parent | 7a1bb4f990ad422047b89540bc61bbcab81a07ea (diff) | |
download | linux-324f80cc3ee5b748735ba46288d4b2e0eb844ed7.tar.bz2 |
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>
Diffstat (limited to 'arch/um/kernel/uml.lds.S')
-rw-r--r-- | arch/um/kernel/uml.lds.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/kernel/uml.lds.S b/arch/um/kernel/uml.lds.S index 36b07ec09742..9f21443be2c9 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) |