From: Sam Ravnborg <sam@ravnborg.org>
To: gorcunov@gmail.com
Cc: takata@linux-m32r.org, dhowells@redhat.com,
schwidefsky@de.ibm.com, linux-kernel@vger.kernel.org
Subject: Re: [patch 1/3] m32r: cleanup - drop .data.idt section in vmlinux.lds script
Date: Wed, 20 Feb 2008 23:05:12 +0100 [thread overview]
Message-ID: <20080220220512.GA22382@uranus.ravnborg.org> (raw)
In-Reply-To: <20080220194443.628830230@gmail.com>
On Wed, Feb 20, 2008 at 10:41:24PM +0300, gorcunov@gmail.com wrote:
> The section .data.idt is not used at all - so drop it.
Only used by 32 bit x86 to be precise.
>
> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
> ---
>
> vmlinux.lds.S | 3 ---
> 1 file changed, 3 deletions(-)
>
> Index: linux-2.6.git/arch/m32r/kernel/vmlinux.lds.S
> ===================================================================
> --- linux-2.6.git.orig/arch/m32r/kernel/vmlinux.lds.S 2008-02-10 10:46:37.000000000 +0300
> +++ linux-2.6.git/arch/m32r/kernel/vmlinux.lds.S 2008-02-20 22:23:46.000000000 +0300
> @@ -60,9 +60,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-20 22:05 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 [this message]
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
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=20080220220512.GA22382@uranus.ravnborg.org \
--to=sam@ravnborg.org \
--cc=dhowells@redhat.com \
--cc=gorcunov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.com \
--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.