From: Christoph Lameter <clameter@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH 1/4] Fix alignment of __condata_*
Date: Thu, 12 Oct 2006 19:18:13 +0000 [thread overview]
Message-ID: <20061012191813.21498.394.sendpatchset@schroedinger.engr.sgi.com> (raw)
Fix alignment for CONFIG_IA64_SGI
The _con.... variables happened to be placed on a 4 byte
boundary in some compiles for CONFIG_IA64_SGI. Wasted some time
chasing ghosts in functions that were never executed but modifications
to these function would oops the system. Make sure that
this does not happen again.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Index: linux-2.6.19-rc1-mm1/arch/ia64/kernel/vmlinux.lds.S
=================================--- linux-2.6.19-rc1-mm1.orig/arch/ia64/kernel/vmlinux.lds.S 2006-10-04 21:57:05.000000000 -0500
+++ linux-2.6.19-rc1-mm1/arch/ia64/kernel/vmlinux.lds.S 2006-10-10 21:45:30.768864235 -0500
@@ -163,6 +163,7 @@ SECTIONS
}
#endif
+ . = ALIGN(16);
__con_initcall_start = .;
.con_initcall.init : AT(ADDR(.con_initcall.init) - LOAD_OFFSET)
{ *(.con_initcall.init) }
reply other threads:[~2006-10-12 19:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20061012191813.21498.394.sendpatchset@schroedinger.engr.sgi.com \
--to=clameter@sgi.com \
--cc=linux-ia64@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox