[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    Blackfin: fix cache Kconfig typo
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2009-11-30 23:59:07
Message-ID: 200911302359.nAUNx7Tu001122 () hera ! kernel ! org
[Download RAW message or body]

Gitweb:     http://git.kernel.org/linus/7bae2c4898dd6e1e4a8276e5c428c55a7ff01bdf
Commit:     7bae2c4898dd6e1e4a8276e5c428c55a7ff01bdf
Parent:     865bddfbf70d9ba04638c15ef49f17b599d9bbf3
Author:     André Goddard Rosa <andre.goddard@gmail.com>
AuthorDate: Fri Oct 30 05:57:22 2009 -0200
Committer:  Mike Frysinger <vapier@gentoo.org>
CommitDate: Wed Nov 25 02:35:35 2009 -0500

    Blackfin: fix cache Kconfig typo
    
    The Kconfig option is "BFIN_EXTMEM_WRITETHROUGH", not "..._WRITETROUGH".
    
    Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 arch/blackfin/kernel/cplb-mpu/cplbinit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/blackfin/kernel/cplb-mpu/cplbinit.c b/arch/blackfin/kernel/cplb-mpu/cplbinit.c
index f7b9cdc..b52c1f8 100644
--- a/arch/blackfin/kernel/cplb-mpu/cplbinit.c
+++ b/arch/blackfin/kernel/cplb-mpu/cplbinit.c
@@ -38,7 +38,7 @@ void __init generate_cplb_tables_cpu(unsigned int cpu)
 
 #ifdef CONFIG_BFIN_EXTMEM_DCACHEABLE
 	d_cache = CPLB_L1_CHBL;
-#ifdef CONFIG_BFIN_EXTMEM_WRITETROUGH
+#ifdef CONFIG_BFIN_EXTMEM_WRITETHROUGH
 	d_cache |= CPLB_L1_AOW | CPLB_WT;
 #endif
 #endif
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic