Re: [PATCH] x86_64: be less annoying on boot

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Thursday, September 25, 2008 - 2:15 am

* Bill Nottingham <notting@redhat.com> wrote:


LOL :) Applied the commit below to tip/x86/debug, thanks Bill!

	Ingo

-------------------->
From f6476774f1fe32593d3d71903b1e98514efbf685 Mon Sep 17 00:00:00 2001
From: Bill Nottingham <notting@redhat.com>
Date: Wed, 24 Sep 2008 14:35:17 -0400
Subject: [PATCH] x86_64: be less annoying on boot

Remove mostly useless message on every boot.

Signed-off-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/kernel/head64.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
index 9bfc4d7..11aa501 100644
--- a/arch/x86/kernel/head64.c
+++ b/arch/x86/kernel/head64.c
@@ -112,8 +112,6 @@ void __init x86_64_start_kernel(char * real_mode_data)
 
 	x86_64_init_pda();
 
-	early_printk("Kernel really alive\n");
-
 	x86_64_start_reservations(real_mode_data);
 }
 

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86_64: be less annoying on boot, Bill Nottingham, (Wed Sep 24, 11:35 am)
Re: [PATCH] x86_64: be less annoying on boot, Ingo Molnar, (Thu Sep 25, 2:15 am)
Re: [PATCH] x86_64: be less annoying on boot, Bill Nottingham, (Thu Sep 25, 9:13 am)
Re: [PATCH] x86_64: be less annoying on boot, Ingo Molnar, (Sat Sep 27, 11:50 am)
Re: [PATCH] x86_64: be less annoying on boot, Ingo Molnar, (Sat Sep 27, 11:51 am)
Re: [PATCH] x86_64: be less annoying on boot, Ingo Molnar, (Sat Sep 27, 12:18 pm)
Re: [PATCH] x86_64: be less annoying on boot, Andi Kleen, (Sun Sep 28, 9:53 am)
Re: [PATCH] x86_64: be less annoying on boot, Ingo Molnar, (Mon Sep 29, 1:06 am)