]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-blackfin/cplb.h
timerfd: wire the new timerfd API to the x86 family
[linux-2.6-omap-h63xx.git] / include / asm-blackfin / cplb.h
index 06828d77a58ff4c4583da3f71376d942e3fd381c..654375c2b7468214fc534ad77daf58e42bc1c642 100644 (file)
 #define SIZE_1M 0x00100000      /* 1M */
 #define SIZE_4M 0x00400000      /* 4M */
 
+#ifdef CONFIG_MPU
+#define MAX_CPLBS 16
+#else
 #define MAX_CPLBS (16 * 2)
+#endif
 
 #define ASYNC_MEMORY_CPLB_COVERAGE     ((ASYNC_BANK0_SIZE + ASYNC_BANK1_SIZE + \
                                 ASYNC_BANK2_SIZE + ASYNC_BANK3_SIZE) / SIZE_4M)