aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-02-08 17:27:36 -0500
committerJiri Kosina <jkosina@suse.cz>2011-02-11 09:17:24 -0500
commit45e8234cad754f661153314ea536d26751d02834 (patch)
treeae01d2390d7da22b9cbd45fe8f0ad87e5e937847 /arch
parent87889e158f59bbe8d40e88cf9de76e7d7f266498 (diff)
x86: Fix printk typo WARING
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/apic/io_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 697dc34b7b87..303be814ddd1 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -4026,7 +4026,7 @@ int mp_find_ioapic_pin(int ioapic, u32 gsi)
4026static int bad_ioapic(unsigned long address) 4026static int bad_ioapic(unsigned long address)
4027{ 4027{
4028 if (nr_ioapics >= MAX_IO_APICS) { 4028 if (nr_ioapics >= MAX_IO_APICS) {
4029 printk(KERN_WARNING "WARING: Max # of I/O APICs (%d) exceeded " 4029 printk(KERN_WARNING "WARNING: Max # of I/O APICs (%d) exceeded "
4030 "(found %d), skipping\n", MAX_IO_APICS, nr_ioapics); 4030 "(found %d), skipping\n", MAX_IO_APICS, nr_ioapics);
4031 return 1; 4031 return 1;
4032 } 4032 }