Skip to content

Commit

Permalink
[Blackfin] arch: lose unnecessary dependency on CONFIG_BFIN_ICACHE fo…
Browse files Browse the repository at this point in the history
…r MPU

Signed-off-by: Bernd Schmidt <bernds_cb1@t-online.de>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Apr 24, 2008
1 parent 565c0d3 commit 00d205a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/blackfin/kernel/cplb-mpu/cplbmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -370,5 +368,3 @@ void set_mask_dcplbs(unsigned long *masks)
}
enable_dcplb();
}

#endif

0 comments on commit 00d205a

Please sign in to comment.