[Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while the MPU...
[safe/jmp/linux-2.6] / arch / blackfin / kernel / cplb-mpu / cplbinit.c
index dc6e8a7..7310e5f 100644 (file)
@@ -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