mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
x86/bugs: Increase the x86 bugs vector size to two u32s
Upstream commit: 0e52740ffd
There was never a doubt in my mind that they would not fit into a single
u32 eventually.
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
dacb0bac2e
commit
dfede4cb8e
@@ -14,7 +14,7 @@
|
|||||||
* Defines x86 CPU feature bits
|
* Defines x86 CPU feature bits
|
||||||
*/
|
*/
|
||||||
#define NCAPINTS 20 /* N 32-bit words worth of info */
|
#define NCAPINTS 20 /* N 32-bit words worth of info */
|
||||||
#define NBUGINTS 1 /* N 32-bit bug flags */
|
#define NBUGINTS 2 /* N 32-bit bug flags */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Note: If the comment begins with a quoted string, that string is used
|
* Note: If the comment begins with a quoted string, that string is used
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* Defines x86 CPU feature bits
|
* Defines x86 CPU feature bits
|
||||||
*/
|
*/
|
||||||
#define NCAPINTS 20 /* N 32-bit words worth of info */
|
#define NCAPINTS 20 /* N 32-bit words worth of info */
|
||||||
#define NBUGINTS 1 /* N 32-bit bug flags */
|
#define NBUGINTS 2 /* N 32-bit bug flags */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Note: If the comment begins with a quoted string, that string is used
|
* Note: If the comment begins with a quoted string, that string is used
|
||||||
|
|||||||
Reference in New Issue
Block a user