From 88fc141f72bea768fdf8d6e22611a89f135cfc10 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 28 Apr 2019 08:56:22 +0000 Subject: cpu: Get rid of the (read|set)RegOtherThread methods. These are implemented by MIPS internally now. Change-Id: If7465e1666e51e1314968efb56a5a814e62ee2d1 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18436 Reviewed-by: Andreas Sandberg Reviewed-by: Jason Lowe-Power Maintainer: Andreas Sandberg Maintainer: Jason Lowe-Power Tested-by: kokoro --- src/cpu/thread_context.hh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/cpu/thread_context.hh') diff --git a/src/cpu/thread_context.hh b/src/cpu/thread_context.hh index 09f2a1eab..00e97b23c 100644 --- a/src/cpu/thread_context.hh +++ b/src/cpu/thread_context.hh @@ -299,17 +299,6 @@ class ThreadContext virtual RegId flattenRegId(const RegId& regId) const = 0; - virtual RegVal - readRegOtherThread(const RegId& misc_reg, ThreadID tid) - { - return 0; - } - - virtual void - setRegOtherThread(const RegId& misc_reg, RegVal val, ThreadID tid) - { - } - // Also not necessarily the best location for these two. Hopefully will go // away once we decide upon where st cond failures goes. virtual unsigned readStCondFailures() const = 0; -- cgit v1.2.3