sh: Fixup .data.page_aligned.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 11 Dec 2006 23:50:36 +0000 (08:50 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 11 Dec 2006 23:50:36 +0000 (08:50 +0900)
This had a bogus .data.idt reference, fix it up..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/vmlinux.lds.S

index 77b4026d5688683820a6ba83388f457a1f860a77..f34bdcc33a7dd5a39124e7f3f1c543b48884353a 100644 (file)
@@ -51,7 +51,7 @@ SECTIONS
        }
 
   . = ALIGN(PAGE_SIZE);
-  .data.page_aligned : { *(.data.idt) }
+  .data.page_aligned : { *(.data.page_aligned) }
 
   . = ALIGN(32);
   __per_cpu_start = .;