diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-07-19 00:19:30 (GMT) |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-07-25 19:02:21 (GMT) |
commit | 238b706da1c6ebacc55986ac8668f3ede4621f2c (patch) | |
tree | e783783b364516eaa88e08a261ef7bc320db7355 /include/asm-x86_64 | |
parent | f77b1ab383c8745447a3385e25729b92f2ec58a4 (diff) | |
download | linux-238b706da1c6ebacc55986ac8668f3ede4621f2c.tar.xz |
[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')
-rw-r--r-- | include/asm-x86_64/ist.h | 1 |
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 0000000..338857e --- /dev/null +++ b/include/asm-x86_64/ist.h @@ -0,0 +1 @@ +#include <asm-i386/ist.h> |