Re: [tip:irq/numa] x86: read apic ID in the !acpi_lapic case

From: Cyrill Gorcunov
Date: Tue May 12 2009 - 13:03:07 EST


[Ingo Molnar - Tue, May 12, 2009 at 06:46:17PM +0200]
|
| got this on a testbox:
|
| [ 0.113333] WARNING: at arch/x86/kernel/apic/apic.c:253 warn_slowpath_null+0x28/0x50()
|
| Ingo
|

It's expected (unfortunately). If we have SMP compiled kernel
we still rely on apic_read heavily. Since for fake'ed apic
we just return 0 for any reading I suspect we could just drop
WARN_ON_ONCE for native_apic_read_dummy. Yinghai?

(well, actually we should clean up callees but it would require
some effort)

-- Cyrill
--
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/