diff options
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 @@ | |||
13 | #include <asm/cplbinit.h> | 13 | #include <asm/cplbinit.h> |
14 | #include <asm/mem_map.h> | 14 | #include <asm/mem_map.h> |
15 | 15 | ||
16 | #if ANOMALY_05000263 | ||
17 | # error the MPU will not function safely while Anomaly 05000263 applies | ||
18 | #endif | ||
19 | |||
20 | struct cplb_entry icplb_tbl[NR_CPUS][MAX_CPLBS]; | 16 | struct cplb_entry icplb_tbl[NR_CPUS][MAX_CPLBS]; |
21 | struct cplb_entry dcplb_tbl[NR_CPUS][MAX_CPLBS]; | 17 | struct cplb_entry dcplb_tbl[NR_CPUS][MAX_CPLBS]; |
22 | 18 | ||