aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/cpuidle.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-11 15:19:49 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-11 15:19:49 +0100
commit7734234e956f0d259f2adb4bd994e0d887fa579c (patch)
tree9dffff4b13ea677f3552d8e9627188729a63ea3f /xen/include/xen/cpuidle.h
parent991fca38acc8627b484f2587847f5ff30ac72236 (diff)
downloadxen-7734234e956f0d259f2adb4bd994e0d887fa579c.tar.gz
xen-7734234e956f0d259f2adb4bd994e0d887fa579c.tar.bz2
xen-7734234e956f0d259f2adb4bd994e0d887fa579c.zip
x86: Clean up efer/ler macros after MSR changes.
Move them out of a header file and make the macros proper functions again. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/xen/cpuidle.h')
-rw-r--r--xen/include/xen/cpuidle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/cpuidle.h b/xen/include/xen/cpuidle.h
index 0b3b3fec27..cf73341bf5 100644
--- a/xen/include/xen/cpuidle.h
+++ b/xen/include/xen/cpuidle.h
@@ -27,7 +27,7 @@
#ifndef _XEN_CPUIDLE_H
#define _XEN_CPUIDLE_H
-#include <xen/smp.h>
+#include <xen/cpumask.h>
#define ACPI_PROCESSOR_MAX_POWER 8
#define CPUIDLE_NAME_LEN 16