Re: [PATCH] blackfin: fix typo on using CONFIG_BFIN_EXTMEM_WRITETHROUGH kconfig definition

From: Mike Frysinger
Date: Sat Oct 31 2009 - 15:24:08 EST


On Sat, Oct 31, 2009 at 04:02, Andrà Goddard Rosa wrote:
> --- 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

a quick glance looks good to me. i'll merge into the blackfin tree in a bit.
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/