aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-22 01:18:04 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-22 01:18:04 -0700
commit26a9b9cfb717e342e9c6e1877e3c0cbed2922057 (patch)
treefb4df5ce71149da50270abf773430d5d7a1d07a8 /include
parentf9ee7122964e06b3a50de26b219157efb392de00 (diff)
parenta0dea52bb03981cccc9ea6cb19e51c5587d4c441 (diff)
downloadhistory-26a9b9cfb717e342e9c6e1877e3c0cbed2922057.tar.gz
Merge bk://linux-dj.bkbits.net/cpufreq
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/acpi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-i386/acpi.h b/include/asm-i386/acpi.h
index 9ab8efc7288903..338c3429131d73 100644
--- a/include/asm-i386/acpi.h
+++ b/include/asm-i386/acpi.h
@@ -101,6 +101,11 @@ __acpi_release_global_lock (unsigned int *lock)
:"=r"(n_hi), "=r"(n_lo) \
:"0"(n_hi), "1"(n_lo))
+/*
+ * Refer Intel ACPI _PDC support document for bit definitions
+ */
+#define ACPI_PDC_EST_CAPABILITY_SMP 0xa
+#define ACPI_PDC_EST_CAPABILITY_MSR 0x1
/*
* Refer Intel ACPI _PDC support document for bit definitions