public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [4/4] i386: Remove apic= warning
@ 2006-04-28  5:28 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2006-04-28  5:28 UTC (permalink / raw)
  To: torvalds; +Cc: discuss, akpm, linux-kernel


The apic= option can be used to set the APIC driver too. When
that is done this code would always produce bogus warnings.

Signed-off-by: Andi Kleen <ak@suse.de>

---
 arch/i386/kernel/apic.c |    4 ----
 1 files changed, 4 deletions(-)

Index: linux/arch/i386/kernel/apic.c
===================================================================
--- linux.orig/arch/i386/kernel/apic.c
+++ linux/arch/i386/kernel/apic.c
@@ -757,10 +757,6 @@ static int __init apic_set_verbosity(cha
 		apic_verbosity = APIC_DEBUG;
 	else if (strcmp("verbose", str) == 0)
 		apic_verbosity = APIC_VERBOSE;
-	else
-		printk(KERN_WARNING "APIC Verbosity level %s not recognised"
-				" use apic=verbose or apic=debug\n", str);
-
 	return 1;
 }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-28  5:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-28  5:28 [PATCH] [4/4] i386: Remove apic= warning Andi Kleen

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