mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
We're now able to unmap 100 KiB of kernel text after init. :^)
This commit is contained in:
@@ -84,7 +84,7 @@ TimerQueue& TimerQueue::the()
|
||||
return *s_the;
|
||||
}
|
||||
|
||||
TimerQueue::TimerQueue()
|
||||
UNMAP_AFTER_INIT TimerQueue::TimerQueue()
|
||||
{
|
||||
m_ticks_per_second = TimeManagement::the().ticks_per_second();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user