|
From: <sv...@va...> - 2005-11-17 19:33:01
|
Author: njn
Date: 2005-11-17 19:32:59 +0000 (Thu, 17 Nov 2005)
New Revision: 5175
Log:
document
Modified:
trunk/cachegrind/cg-ppc32.c
Modified: trunk/cachegrind/cg-ppc32.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cachegrind/cg-ppc32.c 2005-11-17 19:32:07 UTC (rev 5174)
+++ trunk/cachegrind/cg-ppc32.c 2005-11-17 19:32:59 UTC (rev 5175)
@@ -43,7 +43,12 @@
*D1c =3D (cache_t) { 65536, 2, 64 };
*L2c =3D (cache_t) { 262144, 8, 64 };
=20
- // Warn if config not completely specified from cmd line.
+ // Warn if config not completely specified from cmd line. Note that
+ // this message is slightly different from the one we give on x86/AMD=
64
+ // when auto-detection fails; this lets us filter out this one (whic=
h is
+ // not important) in the regression test suite without filtering the
+ // x86/AMD64 one (which we want to see if it ever occurs in the
+ // regression test suite).
if (!all_caches_clo_defined) {
VG_(message)(Vg_DebugMsg,=20
"Warning: Cannot auto-detect cache config on PPC32, u=
sing one "
|