From e7f918d8cd7ecc1c122dfae1204b44bf26a1dafc Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Sat, 11 Oct 2014 15:02:22 -0500 Subject: ruby: structures: coorect #ifndef macros in header files --- src/mem/ruby/structures/LRUPolicy.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mem/ruby/structures/LRUPolicy.hh') diff --git a/src/mem/ruby/structures/LRUPolicy.hh b/src/mem/ruby/structures/LRUPolicy.hh index 0d18e208d..c6203a4a6 100644 --- a/src/mem/ruby/structures/LRUPolicy.hh +++ b/src/mem/ruby/structures/LRUPolicy.hh @@ -26,8 +26,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __MEM_RUBY_SYSTEM_LRUPOLICY_HH__ -#define __MEM_RUBY_SYSTEM_LRUPOLICY_HH__ +#ifndef __MEM_RUBY_STRUCTURES_LRUPOLICY_HH__ +#define __MEM_RUBY_STRUCTURES_LRUPOLICY_HH__ #include "mem/ruby/structures/AbstractReplacementPolicy.hh" @@ -92,4 +92,4 @@ LRUPolicy::getVictim(int64 set) const return smallest_index; } -#endif // __MEM_RUBY_SYSTEM_LRUPOLICY_HH__ +#endif // __MEM_RUBY_STRUCTURES_LRUPOLICY_HH__ -- cgit v1.2.3