LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: torvalds@osdl.org, akpm@linux-foundation.org
Cc: dhowells@redhat.com, gorcunov@gmail.com, takata@linux-m32r.org,
schwidefsky@de.ibm.com, linux-kernel@vger.kernel.org,
sam@ravnborg.org
Subject: [patch 2/3] mn10300: cleanup - drop .data.idt section in vmlinux.lds script
Date: Thu, 21 Feb 2008 12:33:51 +0000 [thread overview]
Message-ID: <19615.1203597231@redhat.com> (raw)
In-Reply-To: <20080220220542.GB22382@uranus.ravnborg.org>
The section .data.idt is not used at all - so drop it.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: David Howells <dhowells@redhat.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) }
next prev parent reply other threads:[~2008-02-21 12:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-20 19:41 [patch 0/3] eliminate .data.idt section for the archs which do not use it gorcunov
2008-02-20 19:41 ` [patch 1/3] m32r: cleanup - drop .data.idt section in vmlinux.lds script gorcunov
2008-02-20 22:05 ` Sam Ravnborg
2008-02-20 19:41 ` [patch 2/3] mn10300: " gorcunov
2008-02-20 22:05 ` Sam Ravnborg
2008-02-21 12:33 ` David Howells [this message]
2008-02-20 19:41 ` [patch 3/3] s390: " gorcunov
2008-02-20 22:06 ` Sam Ravnborg
2008-02-21 11:26 ` Martin Schwidefsky
2008-02-21 11:56 ` Sam Ravnborg
2008-02-21 13:07 ` Martin Schwidefsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=19615.1203597231@redhat.com \
--to=dhowells@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=gorcunov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=schwidefsky@de.ibm.com \
--cc=takata@linux-m32r.org \
--cc=torvalds@osdl.org \
--subject='Re: [patch 2/3] mn10300: cleanup - drop .data.idt section in vmlinux.lds script' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).