summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resource_pool.hh
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2011-06-19 21:43:36 -0400
committerKorey Sewell <ksewell@umich.edu>2011-06-19 21:43:36 -0400
commit555bd4d8423bcc4edd77acd3226bcd2af0cbcdac (patch)
tree4d96ff655c02661ce49c40b76f2f65c9255c6db3 /src/cpu/inorder/resource_pool.hh
parent7dea79535c87b68b5fc6143190d09b8fc364f2aa (diff)
downloadgem5-555bd4d8423bcc4edd77acd3226bcd2af0cbcdac.tar.xz
inorder: update event priorities
dont use offset to calculate this but rather an enum that can be updated
Diffstat (limited to 'src/cpu/inorder/resource_pool.hh')
-rw-r--r--src/cpu/inorder/resource_pool.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/inorder/resource_pool.hh b/src/cpu/inorder/resource_pool.hh
index 85c0f70f6..51eb41338 100644
--- a/src/cpu/inorder/resource_pool.hh
+++ b/src/cpu/inorder/resource_pool.hh
@@ -67,6 +67,10 @@ class ResourcePool {
Default
};
+ enum ResPoolEventPri {
+ ResPool_Pri = InOrderCPU::InOrderCPU_Pri - 5
+ };
+
class ResPoolEvent : public Event
{
protected: