public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] x86: Unify whitespace and comments in arch/x86/boot/compressed/vmlinux_??.lds
@ 2008-01-26 11:54 Ian Campbell
  2008-01-26 11:54 ` [PATCH 2/9] x86: Unify whitespace in arch/x86/boot/compressed/vmlinux_??.scr Ian Campbell
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Ian Campbell @ 2008-01-26 11:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ian Campbell, Thomas Gleixner, Ingo Molnar, H. Peter Anvin

size reports no change in arch/x86/boot/compressed/vmlinux.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
---
 arch/x86/boot/compressed/vmlinux_32.lds |    6 +++---
 arch/x86/boot/compressed/vmlinux_64.lds |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/x86/boot/compressed/vmlinux_32.lds b/arch/x86/boot/compressed/vmlinux_32.lds
index cc4854f..d98ab69 100644
--- a/arch/x86/boot/compressed/vmlinux_32.lds
+++ b/arch/x86/boot/compressed/vmlinux_32.lds
@@ -3,10 +3,10 @@ OUTPUT_ARCH(i386)
 ENTRY(startup_32)
 SECTIONS
 {
-        /* Be careful parts of head.S assume startup_32 is at
-         * address 0.
+	/* Be careful parts of head_32.S assume startup_32 is at
+	 * address 0.
 	 */
-	. =  0 	;
+	. = 0;
 	.text.head : {
 		_head = . ;
 		*(.text.head)
diff --git a/arch/x86/boot/compressed/vmlinux_64.lds b/arch/x86/boot/compressed/vmlinux_64.lds
index 94c13e5..8d63b3a 100644
--- a/arch/x86/boot/compressed/vmlinux_64.lds
+++ b/arch/x86/boot/compressed/vmlinux_64.lds
@@ -3,8 +3,8 @@ OUTPUT_ARCH(i386:x86-64)
 ENTRY(startup_64)
 SECTIONS
 {
-	/* Be careful parts of head.S assume startup_32 is at
- 	 * address 0.
+	/* Be careful parts of head_64.S assume startup_64 is at
+	 * address 0.
 	 */
 	. = 0;
 	.text :	{
-- 
1.5.3.8


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2008-01-28  1:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-26 11:54 [PATCH 1/9] x86: Unify whitespace and comments in arch/x86/boot/compressed/vmlinux_??.lds Ian Campbell
2008-01-26 11:54 ` [PATCH 2/9] x86: Unify whitespace in arch/x86/boot/compressed/vmlinux_??.scr Ian Campbell
2008-01-26 11:54 ` [PATCH 3/9] x86_64: Switch to .data.compressed in arch/x86/boot/compressed/vmlinux_64.scr Ian Campbell
2008-01-27  0:59   ` Yinghai Lu
2008-01-27 22:04     ` Ian Campbell
2008-01-27 22:57       ` H. Peter Anvin
2008-01-27 23:38       ` Yinghai Lu
2008-01-28  0:33         ` H. Peter Anvin
2008-01-28  1:49           ` Yinghai Lu
2008-01-28  1:55             ` H. Peter Anvin
2008-01-26 11:54 ` [PATCH 4/9] x86_64: Unify arch/x86/boot/compressed/vmlinux_??.scr Ian Campbell
2008-01-26 11:54 ` [PATCH 5/9] x86: Unify strings in arch/x86/boot/compressed/misc_??.c Ian Campbell
2008-01-27  1:03   ` Yinghai Lu
2008-01-27  1:11     ` H. Peter Anvin
2008-01-26 11:54 ` [PATCH 6/9] x86: Unify whitespace and comments " Ian Campbell
2008-01-26 11:54 ` [PATCH 7/9] x86: Unify headers " Ian Campbell
2008-01-26 11:54 ` [PATCH 8/9] x86: Unify variable names " Ian Campbell
2008-01-26 11:54 ` [PATCH 9/9] x86: Unify arch/x86/boot/compressed/misc_??.c Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox