Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00d205a1 authored by Bernd Schmidt's avatar Bernd Schmidt Committed by Bryan Wu
Browse files

[Blackfin] arch: lose unnecessary dependency on CONFIG_BFIN_ICACHE for MPU

parent 565c0d3f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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