[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080220181014.11052.31263.stgit@warthog.procyon.org.uk>
Date: Wed, 20 Feb 2008 18:10:14 +0000
From: David Howells <dhowells@...hat.com>
To: torvalds@...l.org, apkm@...ux-foundation.org, gorcunov@...il.com
Cc: sam@...nborg.org, linux-kernel@...r.kernel.org, dhowells@...hat.com
Subject: [PATCH 1/2] FRV: Drop the .data.idt section for FRV
From: David Howells <dhowells@...hat.com>
There is no .data.idt section for FRV, so drop it from the linker script.
Signed-off-by: David Howells <dhowells@...hat.com>
---
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 linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists