The patch titled i386: Remove apic= warning has been removed from the -mm tree. Its filename is i386-remove-apic=-warning.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. 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 --- devel/arch/i386/kernel/apic.c~i386-remove-apic=-warning 2006-05-01 12:15:29.000000000 -0700 +++ devel-akpm/arch/i386/kernel/apic.c 2006-05-01 12:15:29.000000000 -0700 @@ -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 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