]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change the cannot-detect-cache-config message on PPC32 so we can filter
authorNicholas Nethercote <njn@valgrind.org>
Thu, 17 Nov 2005 19:28:18 +0000 (19:28 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 17 Nov 2005 19:28:18 +0000 (19:28 +0000)
for it more precisely and thus tell if the auto-detection ever fails on
x86/AMD64.

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

cachegrind/cg-ppc32.c
cachegrind/tests/filter_stderr

index 7c46c7aeead6897757af50827d51e707b39ef6f0..a434ab3c9e2ce9404b111a0dcfa7368504dbccfa 100644 (file)
@@ -46,7 +46,7 @@ void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c,
    // Warn if config not completely specified from cmd line.
    if (!all_caches_clo_defined) {
       VG_(message)(Vg_DebugMsg, 
-                   "Warning: Couldn't auto-detect cache config, using one "
+                   "Warning: Cannot auto-detect cache config on PPC32, using one "
                    "or more defaults ");
    }
 }
index e7240f6aed1c8eec303cce8892927cf095ddb9e8..c961a90553d524b362cc2c944b844d6b8126d70e 100755 (executable)
@@ -17,4 +17,4 @@ sed "s/\(\(I1\|D1\|L2\|L2i\|L2d\) *\(misses\|miss rate\):\)[ 0-9,()+rdw%\.]*$/\1
 sed "/warning: Pentium 4 with 12 KB micro-op instruction trace cache/d" |
 sed "/Simulating a 16 KB I-cache with 32 B lines/d"   |
 sed "/warning: L3 cache detected but ignored/d" |
-sed "/Warning: Couldn't auto-detect cache config, using one or more defaults/d"
+sed "/Warning: Cannot auto-detect cache config on PPC32, using one or more defaults/d"