[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8bd0f97a0910311223i11a7433ds501b23602b419f3b@mail.gmail.com>
Date: Sat, 31 Oct 2009 15:23:34 -0400
From: Mike Frysinger <vapier.adi@...il.com>
To: André Goddard Rosa <andre.goddard@...il.com>
Cc: cooloney@...nel.org, graf.yang@...log.com, bernds_cb1@...nline.de,
robin.getz@...log.com, uclinux-dist-devel@...ckfin.uclinux.org,
linux list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] blackfin: fix typo on using CONFIG_BFIN_EXTMEM_WRITETHROUGH
kconfig definition
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists