From 1483496803f8a8618f62adc5439ce435359b36fe Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Thu, 19 Mar 2015 08:41:32 -0400 Subject: stats: update Minor stats due to PF bug fix A recent changeset of mine (http://repo.gem5.org/gem5/rev/4cfe55719da5) inadvertently fixed a bug in the Minor CPU model which caused it to treat software prefetches as regular loads. Prior to this changeset, Minor did an ad-hoc generation of memory commands that left out the PF check; because it now uses the common code that the other CPU models use, it generates prefetches properly. These stat changes reflect the fact that the Minor model now issues SoftPFReqs. --- tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/simerr | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/simerr (limited to 'tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/simerr') diff --git a/tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/simerr b/tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/simerr old mode 100644 new mode 100755 -- cgit v1.2.3