Correct prefetch hint in power7 memrchr.

Typo fix.

	* sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
This commit is contained in:
Alan Modra 2014-04-02 13:42:27 +10:30
parent 483818d768
commit af6b17973c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-04-02 Alan Modra <amodra@gmail.com>
* sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
2014-04-02 Alan Modra <amodra@gmail.com>
* sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.

View File

@ -29,7 +29,7 @@ ENTRY (__memrchr)
mr r10,r3
clrrdi r6,r7,7
li r9,3<<5
dcbt r9,r6,16 /* Stream hint, decreasing addresses. */
dcbt r9,r6,8 /* Stream hint, decreasing addresses. */
/* Replicate BYTE to doubleword. */
insrdi r4,r4,8,48