cpu,fastmodel: Eliminate the now unnecessary initMemProxies method.
The proxies this method initializes no longer exist, since they're now created locally. Change-Id: I5fd1c99fbc00f5057ea8868e91be02d577b1c176 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45909 Reviewed-by: Gabe Black <gabe.black@gmail.com> Maintainer: Gabe Black <gabe.black@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -149,14 +149,6 @@ class ThreadContext : public PCEventScope
|
||||
|
||||
virtual void sendFunctional(PacketPtr pkt);
|
||||
|
||||
/**
|
||||
* Initialise the physical and virtual port proxies and tie them to
|
||||
* the data port of the CPU.
|
||||
*
|
||||
* tc ThreadContext for the virtual-to-physical translation
|
||||
*/
|
||||
virtual void initMemProxies(ThreadContext *tc) = 0;
|
||||
|
||||
virtual Process *getProcessPtr() = 0;
|
||||
|
||||
virtual void setProcessPtr(Process *p) = 0;
|
||||
|
||||
Reference in New Issue
Block a user