[PATCH] ACPI: fix missing include for UP
authorThomas Gleixner <[email protected]>
Fri, 16 Feb 2007 09:27:54 +0000 (01:27 -0800)
committerLinus Torvalds <[email protected]>
Fri, 16 Feb 2007 16:13:58 +0000 (08:13 -0800)
commit3434933b17fa64adddf83059603c61296f6e1ee2
treee561f03035054eba42c521ce154e9948f744f8c7
parentdd3629b5e5f03dde6d8a17bb798bcb0ba6c3f579
[PATCH] ACPI: fix missing include for UP

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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Cc: Roman Zippel <[email protected]>
Cc: john stultz <[email protected]>
Cc: Len Brown <[email protected]>
Cc: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/acpi/processor_idle.c