diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-05-27 22:33:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-06 12:55:45 -0400 |
commit | 1ed181f248dbd26ee1bbbb1e7a61e94f875191ed (patch) | |
tree | ce7750fe8b27c09f1cdcda5a12dfc6bb5b5516d6 /arch/blackfin/kernel/cplb-mpu | |
parent | d49e8e7e5a6ebc66906e24d7eed04ae0292fcb12 (diff) |
Blackfin: move MPU anomaly check to common location
Keep all anomaly/arch checks in one place to keep logic simple.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/kernel/cplb-mpu')
-rw-r--r-- | arch/blackfin/kernel/cplb-mpu/cplbinit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/blackfin/kernel/cplb-mpu/cplbinit.c b/arch/blackfin/kernel/cplb-mpu/cplbinit.c index 30fd6417f069..c15fd05f0b09 100644 --- a/arch/blackfin/kernel/cplb-mpu/cplbinit.c +++ b/arch/blackfin/kernel/cplb-mpu/cplbinit.c @@ -13,10 +13,6 @@ #include <asm/cplbinit.h> #include <asm/mem_map.h> -#if ANOMALY_05000263 -# error the MPU will not function safely while Anomaly 05000263 applies -#endif - struct cplb_entry icplb_tbl[NR_CPUS][MAX_CPLBS]; struct cplb_entry dcplb_tbl[NR_CPUS][MAX_CPLBS]; |