Index: generic/include/ddi/ddi_arg.h
===================================================================
--- generic/include/ddi/ddi_arg.h	(revision 2bb8648e46a151efe13c3bb8385ced857a95758d)
+++ generic/include/ddi/ddi_arg.h	(revision 482826d75499a7a92dfbb849934f408e9ae8469b)
@@ -36,5 +36,5 @@
 	void *virt_base;		/** Virtual address of starting page. */
 	unsigned long pages;		/** Number of pages to map. */
-	int writable;			/** True if the mapping should be writable. */
+	int flags;			/** Address space area flags for the mapping. */
 } ddi_memarg_t;
 
