m32r: cleanup: drop .data.idt section in vmlinux.lds script
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 18 Apr 2008 20:42:54 +0000 (13:42 -0700)
committerHirokazu Takata <takata@linux-m32r.org>
Tue, 29 Apr 2008 05:46:00 +0000 (14:46 +0900)
The section .data.idt is not used at all - so drop it.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
arch/m32r/kernel/vmlinux.lds.S

index 41b07854fcc609c5d12c2254e1e09a807f1e9417..15a6f36c06db9c7c84db8d4698339f3f8d9ba413 100644 (file)
@@ -60,9 +60,6 @@ SECTIONS
   . = ALIGN(4096);
   __nosave_end = .;
 
-  . = ALIGN(4096);
-  .data.page_aligned : { *(.data.idt) }
-
   . = ALIGN(32);
   .data.cacheline_aligned : { *(.data.cacheline_aligned) }
 
This page took 0.024417 seconds and 5 git commands to generate.