ACPI: include apic.h in processor driver for benefit of UP kernels
authorThomas Gleixner <tglx@linutronix.de>
Fri, 16 Feb 2007 04:25:53 +0000 (23:25 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 16 Feb 2007 04:27:13 +0000 (23:27 -0500)
apic.h does not get included on UP compiles.  That way the
APICTIMER_STOPS_ON_C3 is not there and UP boxen have no support for timer
broadcasting.  This was never noticed, because the lapic timer is only used
for profiling on UP.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found