[PATCH] [4/4] i386: Remove apic= warning

From: Andi Kleen
Date: Fri Apr 28 2006 - 01:29:08 EST



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@xxxxxxx>

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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/