Procházet zdrojové kódy

sh: Fixup .data.page_aligned.

This had a bogus .data.idt reference, fix it up..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt před 19 roky
rodič
revize
f668f55c39
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      arch/sh/kernel/vmlinux.lds.S

+ 1 - 1
arch/sh/kernel/vmlinux.lds.S

@@ -51,7 +51,7 @@ SECTIONS
 	}
 	}
 
 
   . = ALIGN(PAGE_SIZE);
   . = ALIGN(PAGE_SIZE);
-  .data.page_aligned : { *(.data.idt) }
+  .data.page_aligned : { *(.data.page_aligned) }
 
 
   . = ALIGN(32);
   . = ALIGN(32);
   __per_cpu_start = .;
   __per_cpu_start = .;