Kernel: Mark Scheduler::start() as noreturn as appropriate
This commit is contained in:
parent
6f7045ead2
commit
5810a77cbf
|
@ -13,7 +13,7 @@ namespace Kernel
|
|||
static BAN::ErrorOr<void> initialize();
|
||||
static Scheduler& get();
|
||||
|
||||
void start();
|
||||
[[noreturn]] void start();
|
||||
void reschedule();
|
||||
void reschedule_if_idling();
|
||||
|
||||
|
|
Loading…
Reference in New Issue