Commit 75286b0a authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Fix a couple of logical processor info structures.

parent 4fb840b6
......@@ -5822,12 +5822,12 @@ typedef struct _PROCESSOR_NUMBER
typedef struct _PROCESSOR_RELATIONSHIP
{
BYTE Flags;
BYTE Reserved[21];
BYTE EfficiencyClass;
BYTE Reserved[20];
WORD GroupCount;
GROUP_AFFINITY GroupMask[ANYSIZE_ARRAY];
} PROCESSOR_RELATIONSHIP, *PPROCESSOR_RELATIONSHIP;
typedef struct _NUMA_NODE_RELATIONSHIP
{
DWORD NodeNumber;
......@@ -5840,6 +5840,7 @@ typedef struct _CACHE_RELATIONSHIP
BYTE Level;
BYTE Associativity;
WORD LineSize;
DWORD CacheSize;
PROCESSOR_CACHE_TYPE Type;
BYTE Reserved[20];
GROUP_AFFINITY GroupMask;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment