The section .data.idt is not used at all - so drop it.

Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]>
---

 vmlinux.lds.S |    3 ---
 1 file changed, 3 deletions(-)

Index: linux-2.6.git/arch/m32r/kernel/vmlinux.lds.S
===================================================================
--- linux-2.6.git.orig/arch/m32r/kernel/vmlinux.lds.S   2008-02-10 
10:46:37.000000000 +0300
+++ linux-2.6.git/arch/m32r/kernel/vmlinux.lds.S        2008-02-20 
22:23:46.000000000 +0300
@@ -60,9 +60,6 @@ SECTIONS
   . = ALIGN(4096);
   __nosave_end = .;
 
-  . = ALIGN(4096);
-  .data.page_aligned : { *(.data.idt) }
-
   . = ALIGN(32);
   .data.cacheline_aligned : { *(.data.cacheline_aligned) }
 

-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to