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