mem: Re-remove the arch/isa_traits.hh include in the base prefetcher.
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>
This commit is contained in:
1
src/mem/cache/prefetch/base.hh
vendored
1
src/mem/cache/prefetch/base.hh
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user