diff options
author | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-04-24 15:26:48 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-04-24 15:26:48 -0400 |
commit | 00d205a1ce1a24a1a9d9ebfbddbae56021cba826 (patch) | |
tree | 3c029b05b5f8c7a5b75705625e6b5ca4f7b10c6a /arch/blackfin/kernel/cplb-mpu | |
parent | 565c0d3ff438d18aa8c3201979fb1f5d1872ab11 (diff) |
[Blackfin] arch: lose unnecessary dependency on CONFIG_BFIN_ICACHE for MPU
Signed-off-by: Bernd Schmidt <bernds_cb1@t-online.de>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/kernel/cplb-mpu')
-rw-r--r-- | arch/blackfin/kernel/cplb-mpu/cplbmgr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/blackfin/kernel/cplb-mpu/cplbmgr.c b/arch/blackfin/kernel/cplb-mpu/cplbmgr.c index 44bbfe26ce49..99f2831e2964 100644 --- a/arch/blackfin/kernel/cplb-mpu/cplbmgr.c +++ b/arch/blackfin/kernel/cplb-mpu/cplbmgr.c | |||
@@ -24,8 +24,6 @@ | |||
24 | #include <asm/cplbinit.h> | 24 | #include <asm/cplbinit.h> |
25 | #include <asm/mmu_context.h> | 25 | #include <asm/mmu_context.h> |
26 | 26 | ||
27 | #ifdef CONFIG_BFIN_ICACHE | ||
28 | |||
29 | #define FAULT_RW (1 << 16) | 27 | #define FAULT_RW (1 << 16) |
30 | #define FAULT_USERSUPV (1 << 17) | 28 | #define FAULT_USERSUPV (1 << 17) |
31 | 29 | ||
@@ -370,5 +368,3 @@ void set_mask_dcplbs(unsigned long *masks) | |||
370 | } | 368 | } |
371 | enable_dcplb(); | 369 | enable_dcplb(); |
372 | } | 370 | } |
373 | |||
374 | #endif | ||