From f621b7b81f0913612381d5dc4993f52bb2116902 Mon Sep 17 00:00:00 2001
From: Gabe Black <gblack@eecs.umich.edu>
Date: Sat, 11 Oct 2008 12:17:24 -0700
Subject: CPU: Eliminate the simPalCheck funciton.

---
 src/cpu/ozone/dyn_inst_impl.hh | 7 -------
 1 file changed, 7 deletions(-)

(limited to 'src/cpu/ozone/dyn_inst_impl.hh')

diff --git a/src/cpu/ozone/dyn_inst_impl.hh b/src/cpu/ozone/dyn_inst_impl.hh
index 8fc5077a6..396007687 100644
--- a/src/cpu/ozone/dyn_inst_impl.hh
+++ b/src/cpu/ozone/dyn_inst_impl.hh
@@ -254,13 +254,6 @@ OzoneDynInst<Impl>::trap(Fault fault)
 {
     fault->invoke(this->thread->getTC());
 }
-
-template <class Impl>
-bool
-OzoneDynInst<Impl>::simPalCheck(int palFunc)
-{
-    return this->cpu->simPalCheck(palFunc);
-}
 #else
 template <class Impl>
 void
-- 
cgit v1.2.3