summaryrefslogtreecommitdiff
path: root/src/mem/request.hh
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2015-08-21 07:03:14 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2015-08-21 07:03:14 -0400
commitae06e9a5c640e376d8997409180e4ac1d57838b2 (patch)
tree15780481e4376184926b1e5f2eb38d0b345f56db /src/mem/request.hh
parent2f44dada688ace9c24f085a8422b3054c3edb72e (diff)
downloadgem5-ae06e9a5c640e376d8997409180e4ac1d57838b2.tar.xz
cpu: Move invldPid constant from Request to BaseCPU
A more natural home for this constant.
Diffstat (limited to 'src/mem/request.hh')
-rw-r--r--src/mem/request.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/request.hh b/src/mem/request.hh
index 0e2ece857..fb684ef2f 100644
--- a/src/mem/request.hh
+++ b/src/mem/request.hh
@@ -195,10 +195,6 @@ class Request
};
/** @} */
- /** Invalid or unknown Pid. Possible when operating system is not present
- * or has not assigned a pid yet */
- static const uint32_t invldPid = std::numeric_limits<uint32_t>::max();
-
private:
typedef uint8_t PrivateFlagsType;
typedef ::Flags<PrivateFlagsType> PrivateFlags;