mem: make McKernel kernel heap virtual addresses Linux compatible

Cherry-pick of e5334c646d2dc6fb11d419918d8139a0de583fde
This commit is contained in:
Balazs Gerofi
2018-02-19 10:57:23 +09:00
committed by Masamichi Takagi
parent cae6b9f154
commit 0076e1f5e0
3 changed files with 21 additions and 20 deletions

View File

@ -64,8 +64,6 @@
#define MAP_VMAP_SIZE 0x0000000100000000UL
#define KERNEL_PHYS_OFFSET MAP_ST_START
#define PTL4_SHIFT 39
#define PTL4_SIZE (1UL << PTL4_SHIFT)
#define PTL3_SHIFT 30