Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2d0e2baa25966cff9bcd0a6e8204e676c2bc54e1
Commit: 2d0e2baa25966cff9bcd0a6e8204e676c2bc54e1
Parent: 7be5cb14611945044306ecb7444678c43df21135
Author: David Howells <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 20 18:11:39 2008 +0000
Committer: Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed Feb 20 19:58:16 2008 -0800
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 <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
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 17725a5..b95c4ea 100644
--- a/arch/frv/kernel/vmlinux.lds.S
+++ b/arch/frv/kernel/vmlinux.lds.S
@@ -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) }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html