diff options
author | David Howells <dhowells@redhat.com> | 2008-02-20 13:11:39 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-20 22:58:16 -0500 |
commit | 2d0e2baa25966cff9bcd0a6e8204e676c2bc54e1 (patch) | |
tree | f24d813ed68ac166e635e26ef6202259689f8e68 /arch/frv | |
parent | 7be5cb14611945044306ecb7444678c43df21135 (diff) |
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>
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/kernel/vmlinux.lds.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/frv/kernel/vmlinux.lds.S b/arch/frv/kernel/vmlinux.lds.S index 17725a55aed8..b95c4eace62f 100644 --- a/arch/frv/kernel/vmlinux.lds.S +++ b/arch/frv/kernel/vmlinux.lds.S | |||
@@ -76,9 +76,6 @@ SECTIONS | |||
76 | *(.data.init_task) | 76 | *(.data.init_task) |
77 | } | 77 | } |
78 | 78 | ||
79 | . = ALIGN(4096); | ||
80 | .data.page_aligned : { *(.data.idt) } | ||
81 | |||
82 | . = ALIGN(L1_CACHE_BYTES); | 79 | . = ALIGN(L1_CACHE_BYTES); |
83 | .data.cacheline_aligned : { *(.data.cacheline_aligned) } | 80 | .data.cacheline_aligned : { *(.data.cacheline_aligned) } |
84 | 81 | ||