[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.00.0802051043550.9374@woody.linux-foundation.org>
Date: Tue, 5 Feb 2008 10:47:07 -0800 (PST)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Ingo Molnar <mingo@...e.hu>
cc: Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>, linux-kernel@...r.kernel.org
Subject: Re: [git pull] x86 updates
Ingo, Thomas,
should we not do this?
Otherwise, it seems we generate a section that isn't allocated?
I think toolchain should add the right flags automatically for sections
that start with ".[ro]data" and ".text", but not for the kernel-specific
".init.*" sections.
Linus
---
arch/x86/kernel/head_64.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
index 4f283ad..d16d7b8 100644
--- a/arch/x86/kernel/head_64.S
+++ b/arch/x86/kernel/head_64.S
@@ -251,7 +251,7 @@ ENTRY(secondary_startup_64)
/* SMP bootup changes these two */
#ifndef CONFIG_HOTPLUG_CPU
- .pushsection .init.data
+ .pushsection .init.data,"aw"
#endif
.align 8
.globl initial_code
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists