commit | f668f55c3941faacc6f298f434b1af3d5142eed7 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Dec 12 08:50:36 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Dec 12 08:50:36 2006 +0900 |
tree | 11c8475d2982742d36da58b5409ddbd0b3996da5 | |
parent | 05c8690d95967ad50dda3c9d552a0c342dde801b [diff] [blame] |
sh: Fixup .data.page_aligned. This had a bogus .data.idt reference, fix it up.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S index 77b4026..f34bdcc 100644 --- a/arch/sh/kernel/vmlinux.lds.S +++ b/arch/sh/kernel/vmlinux.lds.S
@@ -51,7 +51,7 @@ } . = ALIGN(PAGE_SIZE); - .data.page_aligned : { *(.data.idt) } + .data.page_aligned : { *(.data.page_aligned) } . = ALIGN(32); __per_cpu_start = .;