Kernel: Get rid of of some of the duplicate kernel base address macros

This commit is contained in:
Gunnar Beutner 2021-07-05 01:20:34 +02:00 committed by Andreas Kling
commit 8c14488106
Notes: sideshowbarker 2024-07-18 10:24:52 +09:00
4 changed files with 34 additions and 32 deletions

View file

@ -11,4 +11,4 @@
#define READONLY_AFTER_INIT __attribute__((section(".ro_after_init")))
#define UNMAP_AFTER_INIT NEVER_INLINE __attribute__((section(".unmap_after_init")))
#define KERNEL_BASE 0xC000'0000
#define KERNEL_BASE 0xC0000000