summaryrefslogtreecommitdiffstats
path: root/include/acpi/processor.h
diff options
context:
space:
mode:
authorThomas Gleixner2007-02-16 10:27:55 +0100
committerLinus Torvalds2007-02-16 17:13:58 +0100
commit169a0abbe32813af4904cc1605c0f7ea0534f77b (patch)
tree42594b4ef0729bb38bbd4c9f1e33ec92944a7203 /include/acpi/processor.h
parent[PATCH] ACPI: fix missing include for UP (diff)
downloadkernel-qcow2-linux-169a0abbe32813af4904cc1605c0f7ea0534f77b.tar.gz
kernel-qcow2-linux-169a0abbe32813af4904cc1605c0f7ea0534f77b.tar.xz
kernel-qcow2-linux-169a0abbe32813af4904cc1605c0f7ea0534f77b.zip
[PATCH] ACPI keep track of timer broadcasting
This is a preperatory patch for highres/dyntick: - replace the big #ifdef ARCH_APICTIMER_STOPS_ON_C3 hackery by functions - remove the double switch in the power verify function (in the worst case we switched ipi to apic and 20usec later apic to ipi) - keep track of the the state which stops local APIC timer Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Cc: Len Brown <len.brown@intel.com> Cc: <linux-acpi@vger.kernel.org> Cc: Andi Kleen <ak@suse.de> Cc: john stultz <johnstul@us.ibm.com> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/acpi/processor.h')
-rw-r--r--include/acpi/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h
index 7798d2a9f793..916c0102db5b 100644
--- a/include/acpi/processor.h
+++ b/include/acpi/processor.h
@@ -79,6 +79,7 @@ struct acpi_processor_power {
u32 bm_activity;
int count;
struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER];
+ int timer_broadcast_on_state;
};
/* Performance Management */