Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-25 | [x86 setup] Make struct ist_info cross-architecture, and use in setup code | H. Peter Anvin | |
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> | |||
2007-07-12 | Assembly header and main routine for new x86 setup code | H. Peter Anvin | |
The assembly header and initialization code, and the main() routine. main.c also contains some miscellaneous very short routines. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |