diff options
Diffstat (limited to 'src/cpu/ozone/lsq_unit_impl.hh')
-rw-r--r-- | src/cpu/ozone/lsq_unit_impl.hh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cpu/ozone/lsq_unit_impl.hh b/src/cpu/ozone/lsq_unit_impl.hh index 78fc6209b..f8cb18634 100644 --- a/src/cpu/ozone/lsq_unit_impl.hh +++ b/src/cpu/ozone/lsq_unit_impl.hh @@ -125,14 +125,6 @@ OzoneLSQ<Impl>::clearSQ() template<class Impl> void -OzoneLSQ<Impl>::setPageTable(PageTable *pt_ptr) -{ - DPRINTF(OzoneLSQ, "Setting the page table pointer.\n"); - pTable = pt_ptr; -} - -template<class Impl> -void OzoneLSQ<Impl>::resizeLQ(unsigned size) { assert( size >= LQEntries); |