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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 05 Apr 2007 11:57:07 +0800
From:	"Wu, Bryan" <bryan.wu@...log.com>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	Robin Getz <rgetz@...ckfin.uclinux.org>,
	Mike Frysinger <vapier.adi@...il.com>
Subject: Re: [PATCH] Blackfin arch: sync with uClibc no functional changes

>  
> +.text
> +
> +.align 2
> +
>  ENTRY(_memchr)
> -	P0 = R0 ;             /* P0 = address */
> -	P2 = R2 ;             /* P2 = count */
> +	P0 = R0;             // P0 = address
> +	P2 = R2;             // P2 = count

Sorry for introducing wrong coding style source.
A updated one will be posted later.

Thanks Robin and Mike.
-Bryan
-
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