From 143d8ea698a832d80afb1a0cd6726cee1d47d4b5 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 29 Jan 2010 20:29:34 -0800 Subject: ruby: removed last level cache support Removed the last level cache support and MOESI_hammer's dependency on it. Replaces the LLC support with the more generic MachineType count. --- src/mem/ruby/system/CacheMemory.hh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/mem/ruby/system/CacheMemory.hh') diff --git a/src/mem/ruby/system/CacheMemory.hh b/src/mem/ruby/system/CacheMemory.hh index f70427f2d..74eb5d68d 100644 --- a/src/mem/ruby/system/CacheMemory.hh +++ b/src/mem/ruby/system/CacheMemory.hh @@ -106,8 +106,6 @@ public: AccessPermission getPermission(const Address& address) const; void changePermission(const Address& address, AccessPermission new_perm); - static int numberOfLastLevelCaches(); - int getLatency() const { return m_latency; } // Hook for checkpointing the contents of the cache @@ -172,12 +170,6 @@ private: int m_cache_num_sets; int m_cache_num_set_bits; int m_cache_assoc; - - static Vector< CacheMemory* > m_all_caches; - - static int m_num_last_level_caches; - static MachineType m_last_level_machine_type; - }; #endif //CACHEMEMORY_H -- cgit v1.2.3