Title: [4149] trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c:
error out if ANOMALY_05000263 applies while enabling the MPU
- Revision
- 4149
- Author
- vapier
- Date
- 2008-01-27 10:00:40 -0600 (Sun, 27 Jan 2008)
Log Message
error out if ANOMALY_05000263 applies while enabling the MPU
Diffstat
cplbinit.c | 4 ++++
1 files changed, 4 insertions(+)
Modified Paths
Diff
Modified: trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c (4148 => 4149)
--- trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c 2008-01-27 11:46:47 UTC (rev 4148)
+++ trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c 2008-01-27 16:00:40 UTC (rev 4149)
@@ -26,6 +26,10 @@
#include <asm/cplb.h>
#include <asm/cplbinit.h>
+#if ANOMALY_05000263
+# error the MPU will not function safely while Anomaly 05000263 applies
+#endif
+
struct cplb_entry icplb_tbl[MAX_CPLBS];
struct cplb_entry dcplb_tbl[MAX_CPLBS];
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits