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
// 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 ");
}
}
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"