From 238b706da1c6ebacc55986ac8668f3ede4621f2c Mon Sep 17 00:00:00 2001 From: H. Peter Anvin Date: Wed, 18 Jul 2007 17:19:30 -0700 Subject: [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 --- include/asm-x86_64/ist.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/asm-x86_64/ist.h (limited to 'include/asm-x86_64') 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 -- cgit v1.2.3-55-g7522