Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / include / asm-blackfin / mmu.h
index 11d52f1..757e439 100644 (file)
@@ -24,7 +24,9 @@ typedef struct {
        unsigned long   exec_fdpic_loadmap;
        unsigned long   interp_fdpic_loadmap;
 #endif
-
+#ifdef CONFIG_MPU
+       unsigned long *page_rwx_mask;
+#endif
 } mm_context_t;
 
 #endif