Commit 62478fa4 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Hirokazu Takata

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: default avatarCyrill Gorcunov <gorcunov@gmail.com>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
parent 7622b464
...@@ -60,9 +60,6 @@ SECTIONS ...@@ -60,9 +60,6 @@ SECTIONS
. = ALIGN(4096); . = ALIGN(4096);
__nosave_end = .; __nosave_end = .;
. = ALIGN(4096);
.data.page_aligned : { *(.data.idt) }
. = ALIGN(32); . = ALIGN(32);
.data.cacheline_aligned : { *(.data.cacheline_aligned) } .data.cacheline_aligned : { *(.data.cacheline_aligned) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment