Skip to content

Commit

Permalink
m32r: cleanup: drop .data.idt section in vmlinux.lds script
Browse files Browse the repository at this point in the history
The section .data.idt is not used at all - so drop it.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
  • Loading branch information
Cyrill Gorcunov authored and Hirokazu Takata committed Apr 29, 2008
1 parent 7622b46 commit 62478fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/m32r/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ SECTIONS
. = ALIGN(4096);
__nosave_end = .;

. = ALIGN(4096);
.data.page_aligned : { *(.data.idt) }

. = ALIGN(32);
.data.cacheline_aligned : { *(.data.cacheline_aligned) }

Expand Down

0 comments on commit 62478fa

Please sign in to comment.