Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

David Howells and committed by
Linus Torvalds
2d0e2baa 7be5cb14

-3
-3
arch/frv/kernel/vmlinux.lds.S
··· 76 76 *(.data.init_task) 77 77 } 78 78 79 - . = ALIGN(4096); 80 - .data.page_aligned : { *(.data.idt) } 81 - 82 79 . = ALIGN(L1_CACHE_BYTES); 83 80 .data.cacheline_aligned : { *(.data.cacheline_aligned) } 84 81