Skip to content

Commit dfede4c

Browse files
bp3tk0vgregkh
authored andcommitted
x86/bugs: Increase the x86 bugs vector size to two u32s
Upstream commit: 0e52740 There was never a doubt in my mind that they would not fit into a single u32 eventually. Signed-off-by: Borislav Petkov (AMD) <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent dacb0ba commit dfede4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/x86/include/asm/cpufeatures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Defines x86 CPU feature bits
1515
*/
1616
#define NCAPINTS 20 /* N 32-bit words worth of info */
17-
#define NBUGINTS 1 /* N 32-bit bug flags */
17+
#define NBUGINTS 2 /* N 32-bit bug flags */
1818

1919
/*
2020
* Note: If the comment begins with a quoted string, that string is used

tools/arch/x86/include/asm/cpufeatures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Defines x86 CPU feature bits
1515
*/
1616
#define NCAPINTS 20 /* N 32-bit words worth of info */
17-
#define NBUGINTS 1 /* N 32-bit bug flags */
17+
#define NBUGINTS 2 /* N 32-bit bug flags */
1818

1919
/*
2020
* Note: If the comment begins with a quoted string, that string is used

0 commit comments

Comments
 (0)