Skip to content

Commit

Permalink
smp: enable interrupts on AP CPUs
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
  • Loading branch information
wipawel committed Nov 7, 2023
1 parent 2c37feb commit 476ec74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smp/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ void __noreturn ap_startup(void) {
smp_wmb();

init_timers(cpu);
sti();

if (opt_fpu)
enable_fpu();
Expand Down

0 comments on commit 476ec74

Please sign in to comment.