FRV: Drop the .data.idt section for FRV
authorDavid Howells <dhowells@redhat.com>
Wed, 20 Feb 2008 18:11:39 +0000 (18:11 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 21 Feb 2008 03:58:16 +0000 (19:58 -0800)
There is no .data.idt section for FRV, so drop it from the linker script.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/frv/kernel/vmlinux.lds.S

index 17725a5..b95c4ea 100644 (file)
@@ -76,9 +76,6 @@ SECTIONS
          *(.data.init_task)
   }
 
-  . = ALIGN(4096);
-  .data.page_aligned : { *(.data.idt) }
-
   . = ALIGN(L1_CACHE_BYTES);
   .data.cacheline_aligned : { *(.data.cacheline_aligned) }