From 347166d90820c1f365ca809398054a2b6d8cbafe Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 6 Jul 2004 19:21:47 -0400 Subject: [PATCH 1/3] Fix some ini stuff. --HG-- extra : convert_revision : b870550f52901fe723eeab24a14ac4c1222ee1bd From 2fecc3c785e4f618bfb64fce93120eade9bdda9d Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 6 Jul 2004 19:22:39 -0400 Subject: [PATCH 2/3] Make binning work with stuff other than FS_MEASURE --HG-- extra : convert_revision : e3fa3cfbdf2f13dd3a8d2266dd64c2c335f998d6 --- base/statistics.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/statistics.hh b/base/statistics.hh index bd1698ae7e..f3b8a3922b 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -2184,7 +2184,7 @@ class SumNode : public Node * binned. If the typedef is NoBin, nothing is binned. If it is * MainBin, then all stats are binned under that Bin. */ -#if defined(FS_MEASURE) +#if defined(FS_MEASURE) || defined(STATS_BINNING) typedef MainBin DefaultBin; #else typedef NoBin DefaultBin; From 8d6fb1e9b576e3ef278ca47fc8573fa26a3e77a3 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 6 Jul 2004 19:27:33 -0400 Subject: [PATCH 3/3] disable the binned_fn stuff cpu0 -> cpu since we're not all set up for MP in the ini files just yet. --HG-- extra : convert_revision : 69a5af791ea89fec7e647d55644cc4eeaf924651