projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
565c0d3
)
[Blackfin] arch: lose unnecessary dependency on CONFIG_BFIN_ICACHE for MPU
author
Bernd Schmidt
<bernds_cb1@t-online.de>
Thu, 24 Apr 2008 19:26:48 +0000
(
03:26
+0800)
committer
Bryan Wu
<cooloney@kernel.org>
Thu, 24 Apr 2008 19:26:48 +0000
(
03:26
+0800)
Signed-off-by: Bernd Schmidt <bernds_cb1@t-online.de>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/kernel/cplb-mpu/cplbmgr.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/kernel/cplb-mpu/cplbmgr.c
b/arch/blackfin/kernel/cplb-mpu/cplbmgr.c
index 44bbfe26ce4946b08e05c63a2a4202e90edbe78c..99f2831e2964949a052fc3d5f1e788b69a9c6f8f 100644
(file)
--- a/
arch/blackfin/kernel/cplb-mpu/cplbmgr.c
+++ b/
arch/blackfin/kernel/cplb-mpu/cplbmgr.c
@@
-24,8
+24,6
@@
#include <asm/cplbinit.h>
#include <asm/mmu_context.h>
-#ifdef CONFIG_BFIN_ICACHE
-
#define FAULT_RW (1 << 16)
#define FAULT_USERSUPV (1 << 17)
@@
-370,5
+368,3
@@
void set_mask_dcplbs(unsigned long *masks)
}
enable_dcplb();
}
-
-#endif