From: Julian Seward Date: Thu, 30 Jun 2005 12:10:45 +0000 (+0000) Subject: ppc32-linux: Vex implements dcbz correctly now. No need to mess with X-Git-Tag: svn/VALGRIND_3_0_0~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f997267fa340a8221250eca8b7baebbd9fe6835;p=thirdparty%2Fvalgrind.git ppc32-linux: Vex implements dcbz correctly now. No need to mess with the auxv to fool glibc into not using it. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4067 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index f518c258f7..3691f4fe22 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -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