Correct prefetch hint in power7 memrchr.
authorAlan Modra <amodra@gmail.com>
Wed, 2 Apr 2014 03:12:27 +0000 (13:42 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 2 Apr 2014 03:12:27 +0000 (13:42 +1030)
Typo fix.

* sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.

ChangeLog
sysdeps/powerpc/powerpc64/power7/memrchr.S

index 13e2c93..7c737ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
 
 2014-04-01  Will Newton  <will.newton@linaro.org>
index 40e436f..0c01ca2 100644 (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,      /* Stream hint, decreasing addresses.  */
 
        /* Replicate BYTE to doubleword.  */
        insrdi  r4,r4,8,48