From: Cyrill Gorcunov Date: Fri, 18 Apr 2008 20:42:54 +0000 (-0700) Subject: m32r: cleanup: drop .data.idt section in vmlinux.lds script X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=62478fa4b7cd1bdf0ba8ff8a5e3a95c45c7b8ac8;p=deliverable%2Flinux.git m32r: cleanup: drop .data.idt section in vmlinux.lds script The section .data.idt is not used at all - so drop it. Signed-off-by: Cyrill Gorcunov Acked-by: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Hirokazu Takata --- diff --git a/arch/m32r/kernel/vmlinux.lds.S b/arch/m32r/kernel/vmlinux.lds.S index 41b07854fcc6..15a6f36c06db 100644 --- a/arch/m32r/kernel/vmlinux.lds.S +++ b/arch/m32r/kernel/vmlinux.lds.S @@ -60,9 +60,6 @@ SECTIONS . = ALIGN(4096); __nosave_end = .; - . = ALIGN(4096); - .data.page_aligned : { *(.data.idt) } - . = ALIGN(32); .data.cacheline_aligned : { *(.data.cacheline_aligned) }