All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: linux-kernel@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>, "H. Peter Anvin" <hpa@zytor.com>
Subject: Re: [PATCH] x86_64: be less annoying on boot
Date: Thu, 25 Sep 2008 11:15:58 +0200	[thread overview]
Message-ID: <20080925091558.GE16734@elte.hu> (raw)
In-Reply-To: <20080924183517.GA24209@nostromo.devel.redhat.com>


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

> 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...)

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);
 }
 


  reply	other threads:[~2008-09-25  9:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-24 18:35 [PATCH] x86_64: be less annoying on boot Bill Nottingham
2008-09-25  9:15 ` Ingo Molnar [this message]
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

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=20080925091558.GE16734@elte.hu \
    --to=mingo@elte.hu \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.