mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +00:00
[PATCH] i386: Remove apic= warning
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> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
5871aa6d5a
commit
42e4c8585f
@ -757,10 +757,6 @@ static int __init apic_set_verbosity(char *str)
|
|||||||
apic_verbosity = APIC_DEBUG;
|
apic_verbosity = APIC_DEBUG;
|
||||||
else if (strcmp("verbose", str) == 0)
|
else if (strcmp("verbose", str) == 0)
|
||||||
apic_verbosity = APIC_VERBOSE;
|
apic_verbosity = APIC_VERBOSE;
|
||||||
else
|
|
||||||
printk(KERN_WARNING "APIC Verbosity level %s not recognised"
|
|
||||||
" use apic=verbose or apic=debug\n", str);
|
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user