lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ