mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
Kernel: Mark a handful of things in init.cpp as READONLY_AFTER_INIT
This commit is contained in:
parent
49f463f557
commit
7a78a4915a
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ extern "C" void init_finished(u32 cpu);
|
|||
extern "C" [[noreturn]] void init_ap(u32 cpu, Processor* processor_info);
|
||||
extern "C" [[noreturn]] void init();
|
||||
|
||||
VirtualConsole* tty0;
|
||||
READONLY_AFTER_INIT VirtualConsole* tty0;
|
||||
|
||||
static Processor s_bsp_processor; // global but let's keep it "private"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue