From 5365c18f2e309b54d3e37dc98d8cca20ec9d4219 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 2 May 2019 02:16:33 -0700 Subject: arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. These two functions were performing the same function but had two different names for historical reasons. This change merges them together, keeping the getVirtProxy name to be consistent with the getPhysProxy method used to get a non-translating proxy port. Change-Id: Idd83c6b899f9343795075b030ccbc723a79e52a4 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18581 Tested-by: kokoro Reviewed-by: Andreas Sandberg Reviewed-by: Jason Lowe-Power Maintainer: Andreas Sandberg --- src/cpu/checker/thread_context.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/cpu/checker') diff --git a/src/cpu/checker/thread_context.hh b/src/cpu/checker/thread_context.hh index 46ade24bb..2e5f31d77 100644 --- a/src/cpu/checker/thread_context.hh +++ b/src/cpu/checker/thread_context.hh @@ -164,12 +164,6 @@ class CheckerThreadContext : public ThreadContext actualTC->connectMemPorts(tc); } - PortProxy & - getMemProxy() override - { - return actualTC->getMemProxy(); - } - /** Executes a syscall in SE mode. */ void syscall(int64_t callnum, Fault *fault) override -- cgit v1.2.3