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/se/40.perlbmk/ref/arm/linux/minor-timing/simerr | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 tests/long/se/40.perlbmk/ref/arm/linux/minor-timing/simerr (limited to 'tests/long/se/40.perlbmk/ref/arm/linux/minor-timing/simerr') diff --git a/tests/long/se/40.perlbmk/ref/arm/linux/minor-timing/simerr b/tests/long/se/40.perlbmk/ref/arm/linux/minor-timing/simerr old mode 100644 new mode 100755 index 2de5e2759..2e6ab1e7e --- a/tests/long/se/40.perlbmk/ref/arm/linux/minor-timing/simerr +++ b/tests/long/se/40.perlbmk/ref/arm/linux/minor-timing/simerr @@ -1,2 +1,3 @@ +warn: DRAM device capacity (8192 Mbytes) does not match the address range assigned (128 Mbytes) warn: Sockets disabled, not accepting gdb connections warn: fcntl64(3, 2) passed through to host -- cgit v1.2.3