mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 18:05:07 +00:00
Kernel: Remove unnecessary init_ksyms() function
This commit is contained in:
parent
4f4d4670fe
commit
31beff8afb
3 changed files with 4 additions and 14 deletions
|
@ -231,7 +231,6 @@ extern "C" [[noreturn]] void init()
|
|||
|
||||
kmalloc_init();
|
||||
slab_alloc_init();
|
||||
init_ksyms();
|
||||
|
||||
// must come after kmalloc_init because we use AK_MAKE_ETERNAL in KParams
|
||||
new KParams(String(reinterpret_cast<const char*>(multiboot_info_ptr->cmdline)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue