Skip to content

Commit

Permalink
do a little trolling
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Dec 7, 2024
1 parent 0b6e033 commit 6b6b423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ntoskrnl/ex/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,8 @@ Phase1InitializationDiscard(IN PVOID Context)
#ifdef CONFIG_SMP
/* Start Application Processors */
KeStartAllProcessors();

KeSetAffinityProcess(&PsInitialSystemProcess->Pcb, KeActiveProcessors);
#endif

/* Initialize all processors */
Expand Down

0 comments on commit 6b6b423

Please sign in to comment.