From: Al Viro Date: Thu, 12 Jan 2006 09:06:11 +0000 (-0800) Subject: [PATCH] m68k: compile fix - updated vmlinux.lds to include LOCK_TEXT X-Git-Tag: v2.6.16-rc1~223 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=198a4101197797fd9cee40c17dc285dc84c5d745;p=~shefty%2Frdma-dev.git [PATCH] m68k: compile fix - updated vmlinux.lds to include LOCK_TEXT Signed-off-by: Al Viro Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/m68k/kernel/vmlinux-std.lds b/arch/m68k/kernel/vmlinux-std.lds index e58654f3f8d..69d1d3d30c7 100644 --- a/arch/m68k/kernel/vmlinux-std.lds +++ b/arch/m68k/kernel/vmlinux-std.lds @@ -13,6 +13,7 @@ SECTIONS .text : { *(.text) SCHED_TEXT + LOCK_TEXT *(.fixup) *(.gnu.warning) } :text = 0x4e75 diff --git a/arch/m68k/kernel/vmlinux-sun3.lds b/arch/m68k/kernel/vmlinux-sun3.lds index cc37e8d3c1e..f814e66590e 100644 --- a/arch/m68k/kernel/vmlinux-sun3.lds +++ b/arch/m68k/kernel/vmlinux-sun3.lds @@ -14,6 +14,7 @@ SECTIONS *(.head) *(.text) SCHED_TEXT + LOCK_TEXT *(.fixup) *(.gnu.warning) } :text = 0x4e75