mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:17:34 +00:00
Kernel: Remove leftover reference to prekernel on aarch64
This commit essentially just renames `init_prekernel_page_tables` to `init_page_tables`.
This commit is contained in:
parent
1473842b56
commit
c14047034b
3 changed files with 3 additions and 3 deletions
|
@ -11,6 +11,6 @@
|
|||
namespace Kernel {
|
||||
|
||||
void drop_to_exception_level_1();
|
||||
void init_prekernel_page_tables();
|
||||
void init_page_tables();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue