Index: abi/include/mm/as.h
===================================================================
--- abi/include/mm/as.h	(revision 692bd3f24e18f97d2eb607ff9dbd2219cacf1c63)
+++ abi/include/mm/as.h	(revision d1e844029e7efa0c93a3a78b306a196e4af6da8f)
@@ -37,10 +37,10 @@
 
 /** Address space area flags. */
-#define AS_AREA_READ       0x01
-#define AS_AREA_WRITE      0x02
-#define AS_AREA_EXEC       0x04
-#define AS_AREA_CACHEABLE  0x08
-#define AS_AREA_GUARD      0x10
-#define AS_AREA_NORESERVE  0x20
+#define AS_AREA_READ         0x01
+#define AS_AREA_WRITE        0x02
+#define AS_AREA_EXEC         0x04
+#define AS_AREA_CACHEABLE    0x08
+#define AS_AREA_GUARD        0x10
+#define AS_AREA_LATE_RESERVE 0x20
 
 /** Address space area info exported to uspace. */
