forked from xt-sys/exectos
Cleanup the code
This commit is contained in:
parent
715f875c4f
commit
19f34d4b17
@ -444,16 +444,14 @@ typedef struct _KPROCESSOR_CONTROL_BLOCK
|
|||||||
ULONG MxCsr;
|
ULONG MxCsr;
|
||||||
UCHAR Number;
|
UCHAR Number;
|
||||||
ULONG64 RspBase;
|
ULONG64 RspBase;
|
||||||
ULONG_PTR SetMember; // KAFFINITY
|
ULONG_PTR SetMember;
|
||||||
KPROCESSOR_STATE ProcessorState;
|
KPROCESSOR_STATE ProcessorState;
|
||||||
PVOID DpcStack;
|
PVOID DpcStack;
|
||||||
ULONG_PTR MultiThreadProcessorSet; // KAFFINITY
|
ULONG_PTR MultiThreadProcessorSet;
|
||||||
} KPROCESSOR_CONTROL_BLOCK, *PKPROCESSOR_CONTROL_BLOCK;
|
} KPROCESSOR_CONTROL_BLOCK, *PKPROCESSOR_CONTROL_BLOCK;
|
||||||
|
|
||||||
/* Processor Block structure definition */
|
/* Processor Block structure definition */
|
||||||
typedef struct _KPROCESSOR_BLOCK
|
typedef struct _KPROCESSOR_BLOCK
|
||||||
{
|
|
||||||
union
|
|
||||||
{
|
{
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
@ -461,8 +459,6 @@ typedef struct _KPROCESSOR_BLOCK
|
|||||||
PKTSS TssBase;
|
PKTSS TssBase;
|
||||||
PKPROCESSOR_BLOCK Self;
|
PKPROCESSOR_BLOCK Self;
|
||||||
PKPROCESSOR_CONTROL_BLOCK CurrentPrcb;
|
PKPROCESSOR_CONTROL_BLOCK CurrentPrcb;
|
||||||
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
PKIDTENTRY IdtBase;
|
PKIDTENTRY IdtBase;
|
||||||
KIRQL Irql;
|
KIRQL Irql;
|
||||||
|
Loading…
Reference in New Issue
Block a user