aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2006-01-12 04:06:11 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-12 12:08:59 -0500
commit198a4101197797fd9cee40c17dc285dc84c5d745 (patch)
treed3478dfa6f1ad8c9e2caf8628df1bbcdc88bc00e
parent85b07cd1aa50aca8331e5dfe3b2ccb2eb391b183 (diff)
[PATCH] m68k: compile fix - updated vmlinux.lds to include LOCK_TEXT
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--arch/m68k/kernel/vmlinux-std.lds1
-rw-r--r--arch/m68k/kernel/vmlinux-sun3.lds1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/kernel/vmlinux-std.lds b/arch/m68k/kernel/vmlinux-std.lds
index e58654f3f8dd..69d1d3d30c78 100644
--- a/arch/m68k/kernel/vmlinux-std.lds
+++ b/arch/m68k/kernel/vmlinux-std.lds
@@ -13,6 +13,7 @@ SECTIONS
13 .text : { 13 .text : {
14 *(.text) 14 *(.text)
15 SCHED_TEXT 15 SCHED_TEXT
16 LOCK_TEXT
16 *(.fixup) 17 *(.fixup)
17 *(.gnu.warning) 18 *(.gnu.warning)
18 } :text = 0x4e75 19 } :text = 0x4e75
diff --git a/arch/m68k/kernel/vmlinux-sun3.lds b/arch/m68k/kernel/vmlinux-sun3.lds
index cc37e8d3c1e2..f814e66590e6 100644
--- a/arch/m68k/kernel/vmlinux-sun3.lds
+++ b/arch/m68k/kernel/vmlinux-sun3.lds
@@ -14,6 +14,7 @@ SECTIONS
14 *(.head) 14 *(.head)
15 *(.text) 15 *(.text)
16 SCHED_TEXT 16 SCHED_TEXT
17 LOCK_TEXT
17 *(.fixup) 18 *(.fixup)
18 *(.gnu.warning) 19 *(.gnu.warning)
19 } :text = 0x4e75 20 } :text = 0x4e75