From be17617990ea2b95e0f08324570b2bbf93dee1f0 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Fri, 4 Feb 2011 00:08:16 -0500 Subject: inorder: pipe. stage inst. buffering use skidbuffer as only location for instructions between stages. before, we had the insts queue from the prior stage and the skidbuffer for the current stage, but that gets confusing and this consolidation helps when handling squash cases --- src/cpu/inorder/first_stage.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/cpu/inorder/first_stage.hh') diff --git a/src/cpu/inorder/first_stage.hh b/src/cpu/inorder/first_stage.hh index 3a3d550a0..26151075c 100644 --- a/src/cpu/inorder/first_stage.hh +++ b/src/cpu/inorder/first_stage.hh @@ -68,11 +68,6 @@ class FirstStage : public PipelineStage { */ void sortInsts() {} - /** There are no skidBuffers for the first stage. So - * just use an empty function. - */ - void skidInsert(ThreadID tid) { } - /** The number of fetching threads in the CPU */ int numFetchingThreads; -- cgit v1.2.3