]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/pgtable.h
[ARM] Move FLUSH_BASE macros to asm/arch/memory.h
[linux-2.6-omap-h63xx.git] / include / asm-arm / pgtable.h
index e595ae24efe27d09c820ce23ed83512ddc61654c..e85c08d78ddadf5e85f14818fc858c94692e40d2 100644 (file)
@@ -156,6 +156,7 @@ extern void __pgd_error(const char *file, int line, unsigned long val);
 #define L_PTE_WRITE            (1 << 5)
 #define L_PTE_EXEC             (1 << 6)
 #define L_PTE_DIRTY            (1 << 7)
+#define L_PTE_COHERENT         (1 << 9)        /* I/O coherent (xsc3) */
 #define L_PTE_SHARED           (1 << 10)       /* shared between CPUs (v6) */
 #define L_PTE_ASID             (1 << 11)       /* non-global (use ASID, v6) */