From: gorcunov@gmail.com
To: takata@linux-m32r.org, dhowells@redhat.com, schwidefsky@de.ibm.com
Cc: sam@ravnborg.org, gorcunov@gmail.com, linux-kernel@vger.kernel.org
Subject: [patch 2/3] mn10300: cleanup - drop .data.idt section in vmlinux.lds script
Date: Wed, 20 Feb 2008 22:41:25 +0300 [thread overview]
Message-ID: <20080220194444.018019215@gmail.com> (raw)
In-Reply-To: 20080220194123.114692303@gmail.com
[-- Attachment #1: mn10300-data-idt --]
[-- Type: text/plain, Size: 694 bytes --]
The section .data.idt is not used at all - so drop it.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.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-20 19:46 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 ` gorcunov [this message]
2008-02-20 22:05 ` [patch 2/3] mn10300: " 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=20080220194444.018019215@gmail.com \
--to=gorcunov@gmail.com \
--cc=dhowells@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.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.