summaryrefslogtreecommitdiff
path: root/python/m5/objects/IntrControl.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/IntrControl.mpy')
-rw-r--r--python/m5/objects/IntrControl.mpy3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/m5/objects/IntrControl.mpy b/python/m5/objects/IntrControl.mpy
deleted file mode 100644
index 144be0fd4..000000000
--- a/python/m5/objects/IntrControl.mpy
+++ /dev/null
@@ -1,3 +0,0 @@
-simobj IntrControl(SimObject):
- type = 'IntrControl'
- cpu = Param.BaseCPU(parent.any, "the cpu")