mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:46:05 +00:00
- CACHE_DESCRIPTOR and PROCESSOR_CACHE_TYPE are public and defined in winnt.h, so no need to define them in the NDK (the NDK includes winnt.h through windef.h, so this breaks build)
svn path=/trunk/; revision=35819
This commit is contained in:
parent
8dc92e2819
commit
e0e7f47d03
1 changed files with 0 additions and 23 deletions
|
@ -541,17 +541,6 @@ typedef enum _KAPC_ENVIRONMENT
|
||||||
InsertApcEnvironment
|
InsertApcEnvironment
|
||||||
} KAPC_ENVIRONMENT;
|
} KAPC_ENVIRONMENT;
|
||||||
|
|
||||||
//
|
|
||||||
// CPU Cache Types
|
|
||||||
//
|
|
||||||
typedef enum _PROCESSOR_CACHE_TYPE
|
|
||||||
{
|
|
||||||
CacheUnified,
|
|
||||||
CacheInstruction,
|
|
||||||
CacheData,
|
|
||||||
CacheTrace,
|
|
||||||
} PROCESSOR_CACHE_TYPE;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// PRCB DPC Data
|
// PRCB DPC Data
|
||||||
//
|
//
|
||||||
|
@ -572,18 +561,6 @@ typedef struct _PP_LOOKASIDE_LIST
|
||||||
struct _GENERAL_LOOKASIDE *L;
|
struct _GENERAL_LOOKASIDE *L;
|
||||||
} PP_LOOKASIDE_LIST, *PPP_LOOKASIDE_LIST;
|
} PP_LOOKASIDE_LIST, *PPP_LOOKASIDE_LIST;
|
||||||
|
|
||||||
//
|
|
||||||
// CPU Cache Descriptor
|
|
||||||
//
|
|
||||||
typedef struct _CACHE_DESCRIPTOR
|
|
||||||
{
|
|
||||||
UCHAR Level;
|
|
||||||
UCHAR Associativity;
|
|
||||||
USHORT LineSize;
|
|
||||||
ULONG Size;
|
|
||||||
PROCESSOR_CACHE_TYPE Type;
|
|
||||||
} CACHE_DESCRIPTOR, *PCACHE_DESCRIPTOR;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Architectural Types
|
// Architectural Types
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue