diff options
author | Tim Abbott <tabbott@MIT.EDU> | 2009-04-25 22:10:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-26 09:20:38 -0700 |
commit | 0ebdcb4d0480d1b8219cf5f9eab0fb5d889af0ad (patch) | |
tree | 0208d6eb248077260467eec3bd8746ab0e8bfd2b /arch/xtensa/kernel/vmlinux.lds.S | |
parent | c80d471a476b6d6fe0bc1fd25293c24c66b7aaaf (diff) | |
download | op-kernel-dev-0ebdcb4d0480d1b8219cf5f9eab0fb5d889af0ad.zip op-kernel-dev-0ebdcb4d0480d1b8219cf5f9eab0fb5d889af0ad.tar.gz |
xtensa: convert to use __HEAD and HEAD_TEXT macros.
Signed-off-by: Tim Abbott <tabbott@mit.edu>
Cc: Chris Zankel <chris@zankel.net>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/xtensa/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/xtensa/kernel/vmlinux.lds.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S index c1be9a4..5accf51 100644 --- a/arch/xtensa/kernel/vmlinux.lds.S +++ b/arch/xtensa/kernel/vmlinux.lds.S @@ -85,8 +85,8 @@ SECTIONS .text : { - /* The .head.text section must be the first section! */ - *(.head.text) + /* The HEAD_TEXT section must be the first section! */ + HEAD_TEXT *(.literal .text) VMLINUX_SYMBOL(__sched_text_start) = .; *(.sched.literal .sched.text) |