Skip to content

Commit

Permalink
FRV: Drop the .data.idt section for FRV
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Howells authored and Linus Torvalds committed Feb 21, 2008
1 parent 7be5cb1 commit 2d0e2ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/frv/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ SECTIONS
*(.data.init_task)
}

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

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

Expand Down

0 comments on commit 2d0e2ba

Please sign in to comment.