public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86_64: be less annoying on boot
@ 2008-09-24 18:35 Bill Nottingham
  2008-09-25  9:15 ` Ingo Molnar
  0 siblings, 1 reply; 10+ messages in thread
From: Bill Nottingham @ 2008-09-24 18:35 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

As long as we're printing mostly useless messages on every boot regardless
of debug level, make them 5% more amusing.

Signed-off-by: Bill Nottingham <notting@redhat.com>

(Alternatively, just remove them, of course...)

[-- Attachment #2: kernel.patch --]
[-- Type: text/plain, Size: 528 bytes --]

diff -up linux-2.6.26.noarch/arch/x86/kernel/head64.c.foo linux-2.6.26.noarch/arch/x86/kernel/head64.c
--- linux-2.6.26.noarch/arch/x86/kernel/head64.c.foo	2008-09-24 14:31:27.000000000 -0400
+++ linux-2.6.26.noarch/arch/x86/kernel/head64.c	2008-09-24 14:31:33.000000000 -0400
@@ -112,7 +112,7 @@ void __init x86_64_start_kernel(char * r
 
 	x86_64_init_pda();
 
-	early_printk("Kernel really alive\n");
+	early_printk("Kernel really alive! It's alive! IT'S ALIIIIIIIIIVE!\n");
 
 	x86_64_start_reservations(real_mode_data);
 }

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

end of thread, other threads:[~2008-09-29  8:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 18:35 [PATCH] x86_64: be less annoying on boot Bill Nottingham
2008-09-25  9:15 ` Ingo Molnar
2008-09-25 16:13   ` Bill Nottingham
2008-09-27 18:50     ` Ingo Molnar
2008-09-27 18:51       ` Ingo Molnar
2008-09-27 19:11       ` dcg
2008-09-27 19:18         ` Ingo Molnar
2008-09-28 16:49           ` dcg
2008-09-29  8:06             ` Ingo Molnar
2008-09-28 16:53           ` Andi Kleen

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