[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>
This commit is contained in:
Al Viro 2006-01-12 01:06:11 -08:00 committed by Linus Torvalds
parent 85b07cd1aa
commit 198a410119
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ SECTIONS
.text : {
*(.text)
SCHED_TEXT
LOCK_TEXT
*(.fixup)
*(.gnu.warning)
} :text = 0x4e75

View file

@ -14,6 +14,7 @@ SECTIONS
*(.head)
*(.text)
SCHED_TEXT
LOCK_TEXT
*(.fixup)
*(.gnu.warning)
} :text = 0x4e75