summaryrefslogtreecommitdiffstats
path: root/arch/frv
diff options
context:
space:
mode:
authorDavid Howells2008-02-13 17:10:08 +0100
committerLinus Torvalds2008-02-13 17:26:01 +0100
commitd897d2b597167586fcf1fb197ad5a1c23332c3e8 (patch)
tree326a50e20e3a9c646c120d681ea329c277698610 /arch/frv
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched (diff)
downloadkernel-qcow2-linux-d897d2b597167586fcf1fb197ad5a1c23332c3e8.tar.gz
kernel-qcow2-linux-d897d2b597167586fcf1fb197ad5a1c23332c3e8.tar.xz
kernel-qcow2-linux-d897d2b597167586fcf1fb197ad5a1c23332c3e8.zip
FRV: Fix up parse error in linker script
Fix up parse error in FRV linker script, presumably introduced through changes to the INIT_TEXT and EXIT_TEXT macros. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv')
-rw-r--r--arch/frv/kernel/vmlinux.lds.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/frv/kernel/vmlinux.lds.S b/arch/frv/kernel/vmlinux.lds.S
index ef7527b8b0c7..17725a55aed8 100644
--- a/arch/frv/kernel/vmlinux.lds.S
+++ b/arch/frv/kernel/vmlinux.lds.S
@@ -105,11 +105,9 @@ SECTIONS
SCHED_TEXT
LOCK_TEXT
#ifdef CONFIG_DEBUG_INFO
- *(
INIT_TEXT
EXIT_TEXT
- .exitcall.exit
- )
+ *(.exitcall.exit)
#endif
*(.fixup)
*(.gnu.warning)