commit | 31b54f40e12e4d04941762be6615edaf3c6ed811 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Jul 11 12:18:47 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 12 10:55:55 2007 -0700 |
tree | 137c160c216f35a589b4c2fabe255a14a1343d91 | |
parent | 0008ea39bd03ee1f29e361e6f6e1b8a6289e5234 [diff] |
CPU features verification for the new x86 setup code Verify that the CPU has enough features to run the kernel. This may entail enabling features on some CPUs. By doing this in the setup code we can be guaranteed to still be able to write to the console through the BIOS. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>