Add FeatureBits field to CPU identification structure
All checks were successful
All checks were successful
This commit is contained in:
@@ -431,6 +431,7 @@ typedef VOID (*PINTERRUPT_HANDLER)(PKTRAP_FRAME TrapFrame);
|
|||||||
typedef struct _CPU_IDENTIFICATION
|
typedef struct _CPU_IDENTIFICATION
|
||||||
{
|
{
|
||||||
USHORT Family;
|
USHORT Family;
|
||||||
|
ULONGLONG FeatureBits;
|
||||||
USHORT Model;
|
USHORT Model;
|
||||||
USHORT Stepping;
|
USHORT Stepping;
|
||||||
CPU_VENDOR Vendor;
|
CPU_VENDOR Vendor;
|
||||||
|
|||||||
@@ -396,6 +396,7 @@ typedef VOID (*PINTERRUPT_HANDLER)(PKTRAP_FRAME TrapFrame);
|
|||||||
typedef struct _CPU_IDENTIFICATION
|
typedef struct _CPU_IDENTIFICATION
|
||||||
{
|
{
|
||||||
USHORT Family;
|
USHORT Family;
|
||||||
|
ULONGLONG FeatureBits;
|
||||||
USHORT Model;
|
USHORT Model;
|
||||||
USHORT Stepping;
|
USHORT Stepping;
|
||||||
CPU_VENDOR Vendor;
|
CPU_VENDOR Vendor;
|
||||||
|
|||||||
Reference in New Issue
Block a user