mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[HALARM] HalpActiveProcessors is a KAFFINITY (see headers)
This commit is contained in:
parent
12a5971b7a
commit
8c3f7b1027
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
/* GLOBALS ********************************************************************/
|
/* GLOBALS ********************************************************************/
|
||||||
|
|
||||||
LONG HalpActiveProcessors;
|
KAFFINITY HalpActiveProcessors;
|
||||||
KAFFINITY HalpDefaultInterruptAffinity;
|
KAFFINITY HalpDefaultInterruptAffinity;
|
||||||
BOOLEAN HalpProcessorIdentified;
|
BOOLEAN HalpProcessorIdentified;
|
||||||
BOOLEAN HalpTestCleanSupported;
|
BOOLEAN HalpTestCleanSupported;
|
||||||
|
|
Loading…
Reference in a new issue