From 659aef3eb8ff2803601851b85347fee04c2721b8 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Wed, 2 Jan 2008 12:15:48 -0800 Subject: [PATCH] Fix formatting and comments in cache_impl.hh --HG-- extra : convert_revision : 26d71cca5420ad03e16bf174e15dabe7f902da41 --- src/mem/cache/cache_impl.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mem/cache/cache_impl.hh b/src/mem/cache/cache_impl.hh index 61846e233..55301ecb5 100644 --- a/src/mem/cache/cache_impl.hh +++ b/src/mem/cache/cache_impl.hh @@ -919,7 +919,7 @@ Cache::doTimingSupplyResponse(PacketPtr req_pkt, PacketPtr pkt = already_copied ? req_pkt : new Packet(req_pkt, true); if (!req_pkt->isInvalidate()) { // note that we're ignoring the shared flag on req_pkt... it's - // basically irrelveant, as we'll always assert shared unless + // basically irrelevant, as we'll always assert shared unless // it's an exclusive request, in which case the shared line // should never be asserted1 pkt->assertShared(); @@ -1056,7 +1056,7 @@ Cache::snoopTiming(PacketPtr pkt) pkt->getAddr()); //Look through writebacks for any non-uncachable writes, use that - for (int i=0; iisUncacheable()); assert(mshr->getNumTargets() == 1); -- 2.30.2