projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
960265e
)
[Blackfin] arch: error out if ANOMALY_05000263 applies while enabling the MPU
author
Mike Frysinger
<michael.frysinger@analog.com>
Sat, 2 Feb 2008 04:28:23 +0000
(12:28 +0800)
committer
Bryan Wu
<bryan.wu@analog.com>
Sat, 2 Feb 2008 04:28:23 +0000
(12:28 +0800)
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/kernel/cplb-mpu/cplbinit.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/kernel/cplb-mpu/cplbinit.c
b/arch/blackfin/kernel/cplb-mpu/cplbinit.c
index
e2e2b50
..
dc6e8a7
100644
(file)
--- a/
arch/blackfin/kernel/cplb-mpu/cplbinit.c
+++ b/
arch/blackfin/kernel/cplb-mpu/cplbinit.c
@@
-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];