[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>

authored by Al Viro and committed by Linus Torvalds 198a4101 85b07cd1

+2
+1
arch/m68k/kernel/vmlinux-std.lds
··· 13 .text : { 14 *(.text) 15 SCHED_TEXT 16 *(.fixup) 17 *(.gnu.warning) 18 } :text = 0x4e75
··· 13 .text : { 14 *(.text) 15 SCHED_TEXT 16 + LOCK_TEXT 17 *(.fixup) 18 *(.gnu.warning) 19 } :text = 0x4e75
+1
arch/m68k/kernel/vmlinux-sun3.lds
··· 14 *(.head) 15 *(.text) 16 SCHED_TEXT 17 *(.fixup) 18 *(.gnu.warning) 19 } :text = 0x4e75
··· 14 *(.head) 15 *(.text) 16 SCHED_TEXT 17 + LOCK_TEXT 18 *(.fixup) 19 *(.gnu.warning) 20 } :text = 0x4e75