Index: generic/include/ddi/ddi_arg.h
===================================================================
--- generic/include/ddi/ddi_arg.h	(revision 2bb8648e46a151efe13c3bb8385ced857a95758d)
+++ generic/include/ddi/ddi_arg.h	(revision 5552d60c21fc8d5a719935adec188c854c60d858)
@@ -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;
 
