The patch titled i386: Remove apic= warning has been added to the -mm tree. Its filename is i386-remove-apic=-warning.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: "Andi Kleen" <ak@xxxxxxx> 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> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/apic.c | 4 ---- 1 files changed, 4 deletions(-) diff -puN arch/i386/kernel/apic.c~i386-remove-apic=-warning arch/i386/kernel/apic.c --- 25/arch/i386/kernel/apic.c~i386-remove-apic=-warning Fri Apr 28 16:43:25 2006 +++ 25-akpm/arch/i386/kernel/apic.c Fri Apr 28 16:43:25 2006 @@ -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; } _ Patches currently in -mm which might be from ak@xxxxxxx are origin.patch x86_64-add-compat_sys_vmsplice-and-use-it-in.patch i386-x86-64-fix-acpi-disabled-lapic-handling.patch i386-fix-overflow-in-e820_all_mapped.patch i386-remove-apic=-warning.patch git-acpi.patch git-agpgart.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html