From 6eb434c8a227cdc30b459b2b96cb4354e3312554 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Fri, 21 Aug 2015 07:03:25 -0400 Subject: arm, mem: Remove unused CLEAR_LL request flag Cleaning up dead code. The CLREX stores zero directly to MISCREG_LOCKFLAG and so the request flag is no longer needed. The corresponding functionality in the cache tags is also removed. --- src/mem/cache/tags/base.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mem/cache/tags/base.hh') diff --git a/src/mem/cache/tags/base.hh b/src/mem/cache/tags/base.hh index 05f51167e..f1ef947a5 100644 --- a/src/mem/cache/tags/base.hh +++ b/src/mem/cache/tags/base.hh @@ -170,12 +170,6 @@ class BaseTags : public ClockedObject */ virtual void computeStats() {} - /** - *iterated through all blocks and clear all locks - *Needed to clear all lock tracking at once - */ - virtual void clearLocks() {} - /** * Print all tags used */ -- cgit v1.2.3