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-i386/bootparam.h | 5 +++-- include/asm-i386/ist.h | 10 ++++++---- include/asm-x86_64/ist.h | 1 + 3 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 include/asm-x86_64/ist.h (limited to 'include') diff --git a/include/asm-i386/bootparam.h b/include/asm-i386/bootparam.h index 211f3f9..b91b017 100644 --- a/include/asm-i386/bootparam.h +++ b/include/asm-i386/bootparam.h @@ -4,8 +4,9 @@ #include #include #include -#include #include +#include +#include #include