From: Al Viro Signed-off-by: Al Viro Cc: Roman Zippel Signed-off-by: Andrew Morton --- arch/m68k/kernel/vmlinux-std.lds | 1 + arch/m68k/kernel/vmlinux-sun3.lds | 1 + 2 files changed, 2 insertions(+) diff -puN arch/m68k/kernel/vmlinux-std.lds~m68k-compile-fix-updated-vmlinuxlds-to-include-lock_text arch/m68k/kernel/vmlinux-std.lds --- devel/arch/m68k/kernel/vmlinux-std.lds~m68k-compile-fix-updated-vmlinuxlds-to-include-lock_text 2006-01-04 22:23:45.000000000 -0800 +++ devel-akpm/arch/m68k/kernel/vmlinux-std.lds 2006-01-04 22:23:45.000000000 -0800 @@ -13,6 +13,7 @@ SECTIONS .text : { *(.text) SCHED_TEXT + LOCK_TEXT *(.fixup) *(.gnu.warning) } :text = 0x4e75 diff -puN arch/m68k/kernel/vmlinux-sun3.lds~m68k-compile-fix-updated-vmlinuxlds-to-include-lock_text arch/m68k/kernel/vmlinux-sun3.lds --- devel/arch/m68k/kernel/vmlinux-sun3.lds~m68k-compile-fix-updated-vmlinuxlds-to-include-lock_text 2006-01-04 22:23:45.000000000 -0800 +++ devel-akpm/arch/m68k/kernel/vmlinux-sun3.lds 2006-01-04 22:23:45.000000000 -0800 @@ -14,6 +14,7 @@ SECTIONS *(.head) *(.text) SCHED_TEXT + LOCK_TEXT *(.fixup) *(.gnu.warning) } :text = 0x4e75 _