diff options
Diffstat (limited to 'src/cpu/inorder/cpu.hh')
-rw-r--r-- | src/cpu/inorder/cpu.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cpu/inorder/cpu.hh b/src/cpu/inorder/cpu.hh index a87030828..f0ac28adb 100644 --- a/src/cpu/inorder/cpu.hh +++ b/src/cpu/inorder/cpu.hh @@ -262,17 +262,11 @@ class InOrderCPU : public BaseCPU */ unsigned fetchPortIdx; - /** Identifies the resource id that identifies a ITB */ - unsigned itbIdx; - /** Identifies the resource id that identifies a data * access unit. */ unsigned dataPortIdx; - /** Identifies the resource id that identifies a DTB */ - unsigned dtbIdx; - /** The Pipeline Stages for the CPU */ PipelineStage *pipelineStage[ThePipeline::NumStages]; |