Files
linux-apfs/arch/x86/kernel
Thomas Gleixner a946d8f11f x86: Fix bogus warning in apic_noop.apic_write()
apic_noop is used to provide dummy apic functions. It's installed
when the CPU has no APIC or when the APIC is disabled on the kernel
command line.

The apic_noop implementation of apic_write() warns when the CPU has
an APIC or when the APIC is not disabled.

That's bogus. The warning should only happen when the CPU has an
APIC _AND_ the APIC is not disabled. apic_noop.apic_read() has the
correct check.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: <stable@kernel.org> # in <= .32 this typo resides in native_apic_write_dummy()
LKML-Reference: <alpine.LFD.2.00.0912071255420.3089@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-12-07 13:16:37 +01:00
..
2009-12-07 13:14:18 +01:00
2009-10-14 17:04:48 +02:00
2009-07-19 18:27:51 +02:00
2009-06-20 17:53:13 +02:00
2009-08-31 11:09:40 +02:00
2009-08-31 11:09:40 +02:00
2009-09-24 09:34:52 +09:30
2009-08-31 11:09:40 +02:00
2009-11-17 07:53:21 +01:00
2009-11-17 07:53:21 +01:00
2009-11-25 10:12:51 +01:00
2009-07-14 16:25:05 +02:00
2009-12-07 13:14:18 +01:00
2009-09-15 15:08:40 -04:00
2009-07-19 18:27:51 +02:00
2009-09-20 20:25:03 +02:00