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:   Tue, 17 Jan 2017 19:40:41 +0900
From:   Stafford Horne <shorne@...il.com>
To:     Valentin Rothberg <valentinrothberg@...il.com>
Cc:     stefan.kristiansson@...nalahti.fi, jonas@...thpole.se,
        openrisc@...ts.librecores.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arch/openrisc/lib/memcpy.c: use correct OR1200 option

On Tue, Jan 17, 2017 at 09:12:48AM +0100, Valentin Rothberg wrote:
> The Kconfig option for OR12000 is OR1K_1200.
> 
> Signed-off-by: Valentin Rothberg <valentinrothberg@...il.com>
> ---
>  arch/openrisc/lib/memcpy.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/openrisc/lib/memcpy.c b/arch/openrisc/lib/memcpy.c
> index 4706f01a199a..669887a60e27 100644
> --- a/arch/openrisc/lib/memcpy.c
> +++ b/arch/openrisc/lib/memcpy.c
> @@ -17,7 +17,7 @@
>  
>  #include <linux/string.h>
>  
> -#ifdef CONFIG_OR1200
> +#ifdef CONFIG_OR1K_1200
>  /*
>   * Do memcpy with word copies and loop unrolling. This gives the
>   * best performance on the OR1200 and MOR1KX archirectures
> -- 
> 2.11.0
>

Thank you,

Nice catch, applied.

-Stafford

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ