aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/ist.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-07-18 17:19:30 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-07-25 12:02:21 -0700
commit238b706da1c6ebacc55986ac8668f3ede4621f2c (patch)
treee783783b364516eaa88e08a261ef7bc320db7355 /include/asm-x86_64/ist.h
parent[x86 setup] Fix typos in struct efi_info (diff)
downloadlinux-dev-238b706da1c6ebacc55986ac8668f3ede4621f2c.tar.xz
linux-dev-238b706da1c6ebacc55986ac8668f3ede4621f2c.zip
[x86 setup] Make struct ist_info cross-architecture, and use in setup code
Make "struct ist_info" valid on both i386 and x86-64, and use the structure by name in the setup code. Additionally, "Intel SpeedStep IST" is redundant, refer to it as IST consistently. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'include/asm-x86_64/ist.h')
-rw-r--r--include/asm-x86_64/ist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86_64/ist.h b/include/asm-x86_64/ist.h
new file mode 100644
index 000000000000..338857ecbc68
--- /dev/null
+++ b/include/asm-x86_64/ist.h
@@ -0,0 +1 @@
+#include <asm-i386/ist.h>