riscv64: Drop duplicate KERNEL_LOAD_BASE

This commit is contained in:
Alexander von Gluck IV
2019-04-04 09:09:34 -05:00
parent c0bb51001f
commit 45b21f00ce
@@ -20,7 +20,6 @@
#define KERNEL_BASE 0xffffff0000000000
#define KERNEL_SIZE 0x10000000000
#define KERNEL_TOP (KERNEL_BASE + (KERNEL_SIZE - 1))
#define KERNEL_LOAD_BASE 0xffffffff80000000
// Kernel physical memory map area.
#define KERNEL_PMAP_BASE 0xffffff0000000000