mem-cache: Remove old todo about latency in hit function
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Tue, 4 Dec 2018 12:28:04 +0000 (13:28 +0100)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Thu, 7 Mar 2019 11:13:37 +0000 (11:13 +0000)
commit6c00d57cce58973094e9cacd1bf3431a3407e866
tree15507a5e13d3e4cc43e0e37bd583372b1ec37217
parent050545fc180fc9bdb27d9c0813f9d0043a89e7f7
mem-cache: Remove old todo about latency in hit function

The header and payload delay have already been accounted and
zeroed previous to calling this function. The probe is not
allowed to modify the packet, therefore no extra delays are
added, and it is safe to remove the todo note.

Change-Id: I8ddf7e189fbe609cdec34364f3c013427930daf7
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/14875
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/cache/base.cc