aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/uml.lds.S
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2019-08-23 15:06:06 +0200
committerRichard Weinberger <richard@nod.at>2019-09-15 21:37:12 +0200
commit324f80cc3ee5b748735ba46288d4b2e0eb844ed7 (patch)
tree24c2f23be43170805870c6086cd46eebc21d9fe4 /arch/um/kernel/uml.lds.S
parentum: Fix VDSO compiler warning (diff)
downloadlinux-dev-324f80cc3ee5b748735ba46288d4b2e0eb844ed7.tar.xz
linux-dev-324f80cc3ee5b748735ba46288d4b2e0eb844ed7.zip
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 '')
-rw-r--r--arch/um/kernel/uml.lds.S2
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)