From ae06e9a5c640e376d8997409180e4ac1d57838b2 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Fri, 21 Aug 2015 07:03:14 -0400 Subject: cpu: Move invldPid constant from Request to BaseCPU A more natural home for this constant. --- src/mem/request.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mem') 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::max(); - private: typedef uint8_t PrivateFlagsType; typedef ::Flags PrivateFlags; -- cgit v1.2.3