mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[NTOS:KE/x86/arm] Use a better boot process affinity value (#6399)
Use a value that is independent of the CPU bitness.
Addendum to commit 96d5b6281
This commit is contained in:
parent
927b183aa9
commit
5abf0c76b7
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ KiInitializeKernel(IN PKPROCESS InitProcess,
|
|||
PageDirectory[1] = 0;
|
||||
KeInitializeProcess(InitProcess,
|
||||
0,
|
||||
0xFFFFFFFF,
|
||||
MAXULONG_PTR,
|
||||
PageDirectory,
|
||||
FALSE);
|
||||
InitProcess->QuantumReset = MAXCHAR;
|
||||
|
|
|
@ -527,7 +527,7 @@ KiInitializeKernel(IN PKPROCESS InitProcess,
|
|||
PageDirectory[1] = 0;
|
||||
KeInitializeProcess(InitProcess,
|
||||
0,
|
||||
0xFFFFFFFF,
|
||||
MAXULONG_PTR,
|
||||
PageDirectory,
|
||||
FALSE);
|
||||
InitProcess->QuantumReset = MAXCHAR;
|
||||
|
|
Loading…
Reference in a new issue