Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / KernelLand / Kernel / arch / x86_64 / include / mm_virt.h
index 120afb3..b03875f 100644 (file)
@@ -48,6 +48,7 @@
 
 #define        MM_USER_MIN     0x00000000##00010000
 #define USER_LIB_MAX   0x00007000##00000000
+#define MM_USER_MAX    USER_LIB_MAX
 #define USER_STACK_PREALLOC    0x00000000##00002000    // 8 KiB
 #define USER_STACK_SZ  0x00000000##00020000    // 64 KiB
 #define USER_STACK_TOP 0x00008000##00000000

UCC git Repository :: git.ucc.asn.au