Skip to content

Commit

Permalink
call debug_capDL() on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-h committed Jun 21, 2023
1 parent 36e2977 commit 7eda6d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kernel/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,7 @@ BOOT_CODE bool_t finalize_init_kernel()
*/
NODE_LOCK_SYS;
SMP_COND_STATEMENT(release_secondary_cores());
debug_capDL();
printf("Booting all finished, dropped to user space\n");
return run_kernel();
}
Expand Down

0 comments on commit 7eda6d3

Please sign in to comment.