Commit f9e049cb authored by Jason Zeng's avatar Jason Zeng
Browse files

kabi: reserve x86 cpu bug fields

Intel inclusion
category: feature
bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I908FY


CVE: NA

--------------------------------

The same as cpu bug bits. CVEs may need more cpu bug bits in various
data structures.

Signed-off-by: default avatarJason Zeng <jason.zeng@intel.com>
parent 9bdf765c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * Defines x86 CPU feature bits
 */
#define NCAPINTS			30	   /* N 32-bit words worth of info */
#define NBUGINTS			2	   /* N 32-bit bug flags */
#define NBUGINTS			4	   /* N 32-bit bug flags */

/*
 * Note: If the comment begins with a quoted string, that string is used
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * Defines x86 CPU feature bits
 */
#define NCAPINTS			30	   /* N 32-bit words worth of info */
#define NBUGINTS			2	   /* N 32-bit bug flags */
#define NBUGINTS			4	   /* N 32-bit bug flags */

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