diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-08-13 19:32:11 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-16 22:10:25 -0400 |
commit | 3aa670419a02b19a2168894f7edbb5e4b9e4e607 (patch) | |
tree | 1055ea62cfe2c45e6af75a82918fb32f606fa56d /arch/blackfin/Kconfig | |
parent | 0198b3bcaed1374f454e56e46f0e1ca1fc24e0a1 (diff) |
Blackfin: punt dead cache locking code
No one uses these functions, and some are duplicate of existing C code. So
just punt the whole thing.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 8d6b5ae9c198..f20dc775a226 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -917,10 +917,6 @@ comment "Cache Support" | |||
917 | config BFIN_ICACHE | 917 | config BFIN_ICACHE |
918 | bool "Enable ICACHE" | 918 | bool "Enable ICACHE" |
919 | default y | 919 | default y |
920 | config BFIN_ICACHE_LOCK | ||
921 | bool "Enable Instruction Cache Locking" | ||
922 | depends on BFIN_ICACHE | ||
923 | default n | ||
924 | config BFIN_EXTMEM_ICACHEABLE | 920 | config BFIN_EXTMEM_ICACHEABLE |
925 | bool "Enable ICACHE for external memory" | 921 | bool "Enable ICACHE for external memory" |
926 | depends on BFIN_ICACHE | 922 | depends on BFIN_ICACHE |