mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
Kernel: init: Make comment clearer
This commit is contained in:
parent
69f82ede7a
commit
9b27b0cd1a
Notes:
sideshowbarker
2024-07-18 21:45:14 +09:00
Author: https://github.com/aesophor Commit: https://github.com/SerenityOS/serenity/commit/9b27b0cd1a1 Pull-request: https://github.com/SerenityOS/serenity/pull/5622
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ namespace Kernel {
|
|||
[[noreturn]] static void init_stage2(void*);
|
||||
static void setup_serial_debug();
|
||||
|
||||
// boot.S expects these functions precisely this this. We declare them here
|
||||
// to ensure the signatures don't accidentally change.
|
||||
// boot.S expects these functions to exactly have the following signatures.
|
||||
// We declare them here to ensure their signatures don't accidentally change.
|
||||
extern "C" void init_finished(u32 cpu);
|
||||
extern "C" [[noreturn]] void init_ap(u32 cpu, Processor* processor_info);
|
||||
extern "C" [[noreturn]] void init();
|
||||
|
|
Loading…
Reference in a new issue