]> err.no Git - linux-2.6/blobdiff - include/asm-arm/memory.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6] / include / asm-arm / memory.h
index 94f973b704f1578f1f88e42dec61a8ac2670007d..91d536c215d79fc700b5c79f0dfb185bc6003eba 100644 (file)
  */
 #define XIP_VIRT_ADDR(physaddr)  (MODULE_START + ((physaddr) & 0x000fffff))
 
+/*
+ * Allow 16MB-aligned ioremap pages
+ */
+#define IOREMAP_MAX_ORDER      24
+
 #else /* CONFIG_MMU */
 
 /*