diff options
author | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-04-23 01:11:55 +0200 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-04-23 01:11:55 +0200 |
commit | dbfe44f02b6855efb5a596e942ec2fd96d592f60 (patch) | |
tree | 9e66be31b671bd6ac0df65f8e2d82119580ffc72 /arch/blackfin/kernel/cplb-mpu/cplbinit.c | |
parent | [Blackfin] arch: remove TWI I2C register accessing helper macros, because we ... (diff) | |
download | linux-dbfe44f02b6855efb5a596e942ec2fd96d592f60.tar.xz linux-dbfe44f02b6855efb5a596e942ec2fd96d592f60.zip |
[Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while the MPU code was out-of-tree.
Signed-off-by: Bernd Schmidt <bernds_cb1@t-online.de>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/kernel/cplb-mpu/cplbinit.c')
-rw-r--r-- | 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 dc6e8a7a8bda..7310e5fc6399 100644 --- a/arch/blackfin/kernel/cplb-mpu/cplbinit.c +++ b/arch/blackfin/kernel/cplb-mpu/cplbinit.c @@ -49,7 +49,7 @@ void __init generate_cpl_tables(void) #ifdef CONFIG_BFIN_DCACHE d_cache = CPLB_L1_CHBL; -#ifdef CONFIG_BLKFIN_WT +#ifdef CONFIG_BFIN_WT d_cache |= CPLB_L1_AOW | CPLB_WT; #endif #endif |