commit | 65fc985b37dc241c4db7cd32adcbc989193fe3c8 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Wed Mar 20 15:07:23 2013 +0100 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue Apr 02 10:12:52 2013 -0700 |
tree | b530d4cb1b0a42ad8c220639aa7f9f970e8774df | |
parent | 07961ac7c0ee8b546658717034fe692fd12eefa9 [diff] |
x86, cpu: Expand cpufeature facility to include cpu bugs We add another 32-bit vector at the end of the ->x86_capability bitvector which collects bugs present in CPUs. After all, a CPU bug is a kind of a capability, albeit a strange one. Signed-off-by: Borislav Petkov <bp@suse.de> Link: http://lkml.kernel.org/r/1363788448-31325-2-git-send-email-bp@alien8.de Signed-off-by: H. Peter Anvin <hpa@zytor.com>