diff --git a/[refs] b/[refs] index 48963b204499..230a602c4074 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1ea9925553caad6ea5068b4652596f149e0be9c3 +refs/heads/master: 94106e0fb6b863348a566617ca6bf431c37ddc5e diff --git a/trunk/arch/blackfin/Kconfig b/trunk/arch/blackfin/Kconfig index b8bc5a402fa4..f8edfbe5faed 100644 --- a/trunk/arch/blackfin/Kconfig +++ b/trunk/arch/blackfin/Kconfig @@ -866,7 +866,7 @@ endchoice config BFIN_L2_CACHEABLE bool "Cache L2 SRAM" - depends on (BFIN_DCACHE || BFIN_ICACHE) && (BF54x || BF561) + depends on (BFIN_DCACHE || BFIN_ICACHE) && (BF54x || (BF561 && !SMP)) default n help Select to make L2 SRAM cacheable in L1 data and instruction cache.