Commit 2d0e2baa authored by David Howells's avatar David Howells Committed by Linus Torvalds

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: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7be5cb14
...@@ -76,9 +76,6 @@ SECTIONS ...@@ -76,9 +76,6 @@ SECTIONS
*(.data.init_task) *(.data.init_task)
} }
. = ALIGN(4096);
.data.page_aligned : { *(.data.idt) }
. = ALIGN(L1_CACHE_BYTES); . = ALIGN(L1_CACHE_BYTES);
.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