Browse Source

FRV: Drop the .data.idt section for FRV

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>
David Howells 17 years ago
parent
commit
2d0e2baa25
1 changed files with 0 additions and 3 deletions
  1. 0 3
      arch/frv/kernel/vmlinux.lds.S

+ 0 - 3
arch/frv/kernel/vmlinux.lds.S

@@ -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) }