base,cpu,sim: Stop including arch/vtophys.hh when not using vtophys.
authorGabe Black <gabeblack@google.com>
Wed, 4 Mar 2020 05:46:40 +0000 (21:46 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 9 Mar 2020 21:31:50 +0000 (21:31 +0000)
These #includes are leftovers from when vtophys was used much more
prevalently in the simulator.

Change-Id: Ib2e947bc95f1e21acc9eff8e856f38b31d3fd933
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/26225
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/base/remote_gdb.cc
src/cpu/checker/cpu.cc
src/cpu/checker/cpu_impl.hh
src/cpu/o3/fetch_impl.hh
src/cpu/simple/base.cc
src/sim/pseudo_inst.cc

index 7c8241a40e0d3ce9f221c20c8e6ca269c7daa548..add903e78eb627ebff30a4aa9798f73485b7dbaa 100644 (file)
 #include <sstream>
 #include <string>
 
-#include "arch/vtophys.hh"
 #include "base/intmath.hh"
 #include "base/socket.hh"
 #include "base/trace.hh"
index 16fcc14decf69c8bd72854316efdd7c152fc5fbd..b62a5c605316613596b234cbc0a704304dc01383 100644 (file)
@@ -44,7 +44,6 @@
 #include <string>
 
 #include "arch/generic/tlb.hh"
-#include "arch/vtophys.hh"
 #include "cpu/base.hh"
 #include "cpu/simple_thread.hh"
 #include "cpu/static_inst.hh"
index 9a59d8b16c2852a0899e1fbdb382f438d93060eb..b48f6daefeeacd1f9dc8772655ce485a973a731b 100644 (file)
@@ -46,7 +46,6 @@
 #include <string>
 
 #include "arch/isa_traits.hh"
-#include "arch/vtophys.hh"
 #include "base/refcnt.hh"
 #include "config/the_isa.hh"
 #include "cpu/base_dyn_inst.hh"
index 7e61281b9e920c2e069e793db7e2367ee36fbec4..6a0184a4b6c719d8388c9b8bc3e469f15447abc8 100644 (file)
@@ -51,7 +51,6 @@
 #include "arch/generic/tlb.hh"
 #include "arch/isa_traits.hh"
 #include "arch/utility.hh"
-#include "arch/vtophys.hh"
 #include "base/random.hh"
 #include "base/types.hh"
 #include "config/the_isa.hh"
index 2f616f1ec1e7541d494d0f4d999e4099b637d31b..8f23babfebea7274c70454e509b5ebf841ef448a 100644 (file)
@@ -43,7 +43,6 @@
 
 #include "arch/stacktrace.hh"
 #include "arch/utility.hh"
-#include "arch/vtophys.hh"
 #include "base/cp_annotate.hh"
 #include "base/cprintf.hh"
 #include "base/inifile.hh"
index 3c369b086cc5386af7c5ad6b4a7cdda891ef9978..1878dde4c2c9284a7f0827618506860f31fd28dc 100644 (file)
@@ -49,7 +49,6 @@
 #include <string>
 #include <vector>
 
-#include "arch/vtophys.hh"
 #include "base/debug.hh"
 #include "base/output.hh"
 #include "config/the_isa.hh"