mem: Re-remove the arch/isa_traits.hh include in the base prefetcher.
authorGabe Black <gabeblack@google.com>
Mon, 7 Sep 2020 05:47:29 +0000 (22:47 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 7 Sep 2020 19:46:22 +0000 (19:46 +0000)
This was removed but then accidentally re-added by a following change,
probably from a slighly incorrect rebase.

Change-Id: Ia7e8c755f92343c8b5e82febea2c1db4683fa69a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34166
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/mem/cache/prefetch/base.hh

index 5f7ad81d5a8122ed2939cab688f25f7da06c3f00..cdd0f5bd410c33d3023a19709663c31b95935c05 100644 (file)
@@ -49,7 +49,6 @@
 #include <cstdint>
 
 #include "arch/generic/tlb.hh"
-#include "arch/isa_traits.hh"
 #include "base/statistics.hh"
 #include "base/types.hh"
 #include "mem/packet.hh"