From 92a30b600abec418651975d1e67b6f1cc9998e01 Mon Sep 17 00:00:00 2001 From: Graf Yang Date: Tue, 22 Sep 2009 04:55:28 +0000 Subject: [PATCH] --- yaml --- r: 167190 b: refs/heads/master c: 19a3b6034aed7d8ac5a15f5fa854523c1cf76674 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/blackfin/include/asm/cache.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e0b16184e42b..045925be77b8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48dee09325fbc5ffb9d4a780e765538c0e9cc794 +refs/heads/master: 19a3b6034aed7d8ac5a15f5fa854523c1cf76674 diff --git a/trunk/arch/blackfin/include/asm/cache.h b/trunk/arch/blackfin/include/asm/cache.h index 7d829eaf6ed2..8542bc31f63c 100644 --- a/trunk/arch/blackfin/include/asm/cache.h +++ b/trunk/arch/blackfin/include/asm/cache.h @@ -38,10 +38,10 @@ #if defined(CONFIG_SMP) && \ !defined(CONFIG_BFIN_CACHE_COHERENT) -# if defined(CONFIG_BFIN_ICACHEABLE) || defined(CONFIG_BFIN_L2_ICACHEABLE) +# if defined(CONFIG_BFIN_EXTMEM_ICACHEABLE) || defined(CONFIG_BFIN_L2_ICACHEABLE) # define __ARCH_SYNC_CORE_ICACHE # endif -# if defined(CONFIG_BFIN_DCACHEABLE) || defined(CONFIG_BFIN_L2_DCACHEABLE) +# if defined(CONFIG_BFIN_EXTMEM_DCACHEABLE) || defined(CONFIG_BFIN_L2_DCACHEABLE) # define __ARCH_SYNC_CORE_DCACHE # endif #ifndef __ASSEMBLY__