From c0e45a3c787df9c4c7c99b79a34d31a394bf7b49 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 21 Feb 2022 12:36:34 -0800 Subject: core: device_memory: Use memory size reported by KSystemControl. - That way, we can consolidate the memory layout to one place. --- src/core/device_memory.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/device_memory.h') diff --git a/src/core/device_memory.h b/src/core/device_memory.h index c4d17705f..daeb551ea 100644 --- a/src/core/device_memory.h +++ b/src/core/device_memory.h @@ -12,12 +12,8 @@ namespace Core { namespace DramMemoryMap { enum : u64 { Base = 0x80000000ULL, - Size = 0x100000000ULL, - End = Base + Size, KernelReserveBase = Base + 0x60000, SlabHeapBase = KernelReserveBase + 0x85000, - SlapHeapSize = 0xa21000, - SlabHeapEnd = SlabHeapBase + SlapHeapSize, }; }; // namespace DramMemoryMap -- cgit v1.2.3