From f4997776f3e19288566a42708169ae7a22d828c8 Mon Sep 17 00:00:00 2001 From: Sonic Zhang Date: Tue, 30 Jun 2009 09:48:03 +0000 Subject: [PATCH] --- yaml --- r: 162691 b: refs/heads/master c: 9c954f89412b346e0aeec01c5729cb7ca63e2673 h: refs/heads/master i: 162689: b65881e26d410fe398f1a00467866edd0173b6b9 162687: 1958357d2fa9c0dd6e572f48fdd33869a5e95f33 v: v3 --- [refs] | 2 +- trunk/arch/blackfin/Kconfig | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index cda29f6845d4..a4d39a729bc8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 204844ebd08cfb0c83689e55d6633dcd0230d36d +refs/heads/master: 9c954f89412b346e0aeec01c5729cb7ca63e2673 diff --git a/trunk/arch/blackfin/Kconfig b/trunk/arch/blackfin/Kconfig index 7faa2f554ab1..8d04ed968fdb 100644 --- a/trunk/arch/blackfin/Kconfig +++ b/trunk/arch/blackfin/Kconfig @@ -987,7 +987,7 @@ endchoice config BFIN_L2_DCACHEABLE bool "Enable DCACHE for L2 SRAM" depends on BFIN_DCACHE - depends on BF54x || BF561 + depends on (BF54x || BF561) && !SMP default n choice prompt "L2 SRAM DCACHE policy" @@ -995,11 +995,9 @@ choice default BFIN_L2_WRITEBACK config BFIN_L2_WRITEBACK bool "Write back" - depends on !SMP config BFIN_L2_WRITETHROUGH bool "Write through" - depends on !SMP endchoice