From 5f608dd2e9a760b4280fb03ce82a11a62c6f3af9 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Sun, 19 Jun 2011 21:43:39 -0400 Subject: inorder: squash and trap behind a tlb fault --- src/cpu/inorder/resource.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cpu/inorder/resource.hh') diff --git a/src/cpu/inorder/resource.hh b/src/cpu/inorder/resource.hh index 91d144a64..78e5af5de 100644 --- a/src/cpu/inorder/resource.hh +++ b/src/cpu/inorder/resource.hh @@ -168,6 +168,9 @@ class Resource { virtual void squashDueToMemStall(DynInstPtr inst, int stage_num, InstSeqNum squash_seq_num, ThreadID tid); + /** Handle Squash & Trap that occured from an instruction in a resource */ + void squashThenTrap(int stage_num, DynInstPtr inst); + /** The number of instructions available that this resource can * can still process */ -- cgit v1.2.3