]> git.baikalelectronics.ru Git - kernel.git/commit
[x86 setup] Make struct ist_info cross-architecture, and use in setup code
authorH. Peter Anvin <hpa@zytor.com>
Thu, 19 Jul 2007 00:19:30 +0000 (17:19 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 25 Jul 2007 19:02:21 +0000 (12:02 -0700)
commit8c2dd40af89b6f83127cc5ad6dc8a9f8d978cf07
treee783783b364516eaa88e08a261ef7bc320db7355
parent68ee0baa1abd10fc0bee6de11288ac1db964c7e7
[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>
arch/i386/boot/main.c
include/asm-i386/bootparam.h
include/asm-i386/ist.h
include/asm-x86_64/ist.h [new file with mode: 0644]