mem-cache: Create an address aware TempCacheBlk
[gem5.git] / src / mem / fs_translating_port_proxy.cc
index ef86bf77b8feeae2536cc9b024d3b947f9669438..15ad8238c11bc5931db0cc1726165ae7e750af99 100644 (file)
@@ -54,8 +54,6 @@
 #include "cpu/thread_context.hh"
 #include "sim/system.hh"
 
-using namespace TheISA;
-
 FSTranslatingPortProxy::FSTranslatingPortProxy(ThreadContext *tc)
     : PortProxy(tc->getCpuPtr()->getDataPort(),
                 tc->getSystemPtr()->cacheLineSize()), _tc(tc)