From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: gorcunov@gmail.com
Cc: takata@linux-m32r.org, dhowells@redhat.com, sam@ravnborg.org,
linux-kernel@vger.kernel.org
Subject: Re: [patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script
Date: Thu, 21 Feb 2008 12:26:13 +0100 [thread overview]
Message-ID: <1203593173.3489.1.camel@localhost> (raw)
In-Reply-To: <20080220194444.348896940@gmail.com>
On Wed, 2008-02-20 at 22:41 +0300, gorcunov@gmail.com wrote:
> The section .data.idt is not used at all - so drop it.
>
> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
> ---
>
> vmlinux.lds.S | 5 -----
> 1 file changed, 5 deletions(-)
>
> Index: linux-2.6.git/arch/s390/kernel/vmlinux.lds.S
> ===================================================================
> --- linux-2.6.git.orig/arch/s390/kernel/vmlinux.lds.S 2008-02-06 23:15:14.000000000 +0300
> +++ linux-2.6.git/arch/s390/kernel/vmlinux.lds.S 2008-02-20 22:30:30.000000000 +0300
> @@ -71,11 +71,6 @@ SECTIONS
> . = ALIGN(PAGE_SIZE);
> __nosave_end = .;
>
> - . = ALIGN(PAGE_SIZE);
> - .data.page_aligned : {
> - *(.data.idt)
> - }
> -
> . = ALIGN(0x100);
> .data.cacheline_aligned : {
> *(.data.cacheline_aligned)
>
--
blue skies,
Martin.
"Reality continues to ruin my life." - Calvin.
next prev parent reply other threads:[~2008-02-21 11:26 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
2008-02-20 19:41 ` [patch 3/3] s390: " gorcunov
2008-02-20 22:06 ` Sam Ravnborg
2008-02-21 11:26 ` Martin Schwidefsky [this message]
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=1203593173.3489.1.camel@localhost \
--to=schwidefsky@de.ibm.com \
--cc=dhowells@redhat.com \
--cc=gorcunov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=takata@linux-m32r.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.