[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <19615.1203597231@redhat.com>
Date: Thu, 21 Feb 2008 12:33:51 +0000
From: David Howells <dhowells@...hat.com>
To: torvalds@...l.org, akpm@...ux-foundation.org
Cc: dhowells@...hat.com, gorcunov@...il.com, takata@...ux-m32r.org,
schwidefsky@...ibm.com, linux-kernel@...r.kernel.org,
sam@...nborg.org
Subject: [patch 2/3] mn10300: cleanup - drop .data.idt section in vmlinux.lds script
The section .data.idt is not used at all - so drop it.
Signed-off-by: Cyrill Gorcunov <gorcunov@...il.com>
Acked-by: Sam Ravnborg <sam@...nborg.org>
Acked-by: David Howells <dhowells@...hat.com>
---
vmlinux.lds.S | 3 ---
1 file changed, 3 deletions(-)
Index: linux-2.6.git/arch/mn10300/kernel/vmlinux.lds.S
===================================================================
--- linux-2.6.git.orig/arch/mn10300/kernel/vmlinux.lds.S 2008-02-10 10:46:37.000000000 +0300
+++ linux-2.6.git/arch/mn10300/kernel/vmlinux.lds.S 2008-02-20 22:26:01.000000000 +0300
@@ -61,9 +61,6 @@ SECTIONS
. = ALIGN(4096);
__nosave_end = .;
- . = ALIGN(4096);
- .data.page_aligned : { *(.data.idt) }
-
. = ALIGN(32);
.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