Add ExtendedFeatureBits field
All checks were successful
All checks were successful
This commit is contained in:
@@ -430,6 +430,7 @@ typedef VOID (*PINTERRUPT_HANDLER)(PKTRAP_FRAME TrapFrame);
|
|||||||
/* Processor identification information */
|
/* Processor identification information */
|
||||||
typedef struct _CPU_IDENTIFICATION
|
typedef struct _CPU_IDENTIFICATION
|
||||||
{
|
{
|
||||||
|
ULONGLONG ExtendedFeatureBits;
|
||||||
USHORT Family;
|
USHORT Family;
|
||||||
ULONGLONG FeatureBits;
|
ULONGLONG FeatureBits;
|
||||||
USHORT Model;
|
USHORT Model;
|
||||||
|
|||||||
@@ -395,6 +395,7 @@ typedef VOID (*PINTERRUPT_HANDLER)(PKTRAP_FRAME TrapFrame);
|
|||||||
/* Processor identification information */
|
/* Processor identification information */
|
||||||
typedef struct _CPU_IDENTIFICATION
|
typedef struct _CPU_IDENTIFICATION
|
||||||
{
|
{
|
||||||
|
ULONGLONG ExtendedFeatureBits;
|
||||||
USHORT Family;
|
USHORT Family;
|
||||||
ULONGLONG FeatureBits;
|
ULONGLONG FeatureBits;
|
||||||
USHORT Model;
|
USHORT Model;
|
||||||
|
|||||||
Reference in New Issue
Block a user