From: Thomas Gleixner Date: Fri, 16 Feb 2007 04:25:53 +0000 (-0500) Subject: ACPI: include apic.h in processor driver for benefit of UP kernels X-Git-Tag: v2.6.21-rc1~92^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c95d3f5783ab184f64b7848f0a871352c35c3cf;p=pandora-kernel.git ACPI: include apic.h in processor driver for benefit of UP kernels 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 Signed-off-by: Ingo Molnar Cc: Roman Zippel Cc: john stultz Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed