diff options
Diffstat (limited to 'src/gpu-compute/gpu_tlb.cc')
-rw-r--r-- | src/gpu-compute/gpu_tlb.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpu-compute/gpu_tlb.cc b/src/gpu-compute/gpu_tlb.cc index ee405e872..cfde2ccc3 100644 --- a/src/gpu-compute/gpu_tlb.cc +++ b/src/gpu-compute/gpu_tlb.cc @@ -98,12 +98,6 @@ namespace X86ISA */ setMask = numSets - 1; - #if 0 - // GpuTLB doesn't yet support full system - walker = p->walker; - walker->setTLB(this); - #endif - maxCoalescedReqs = p->maxOutstandingReqs; // Do not allow maxCoalescedReqs to be more than the TLB associativity |