commit | 7343b3b3a627eb30e24e921f004f659c8ebb91c5 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Thu Feb 14 14:52:05 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 26 12:55:51 2008 +0100 |
tree | 1e7c77a864c4a3e0186f9192a71520d0d39edf73 | |
parent | a7ef94e6889186848573a10c5bdb8271405f44de [diff] |
x86: require family >= 6 if we are using P6 NOPs The P6 family of NOPs are only available on family >= 6 or above, so enforce that in the boot code. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>