]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
ppc32-linux: Vex implements dcbz correctly now. No need to mess with
authorJulian Seward <jseward@acm.org>
Thu, 30 Jun 2005 12:10:45 +0000 (12:10 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 30 Jun 2005 12:10:45 +0000 (12:10 +0000)
the auxv to fool glibc into not using it.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4067

coregrind/m_main.c

index f518c258f7d00d37d0bb95b92b378a9b2ae5ca7f..3691f4fe227435dbe1602a5123de47c212dde5ff 100644 (file)
@@ -177,9 +177,6 @@ static int scan_auxv(void* init_sp)
                              "PPC32 cache line size %u (type %u)\n", 
                              (UInt)auxv->u.a_val, (UInt)auxv->a_type );
          }
-         /* HACK: Tell glibc we don't know what the line size is.
-            This stops it using dcbz. */
-        auxv->u.a_val = 0;
          break;
 #     endif