mem-cache: Fix FALRU inCachesMask initialization
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Wed, 3 Oct 2018 12:37:15 +0000 (14:37 +0200)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Fri, 5 Oct 2018 18:42:49 +0000 (18:42 +0000)
commitbb007aa738b5383fc038b134aaf7d2082a6a22c8
tree54905de2110737ec7571535d97ac1b794fc9e2ae
parentdf9f2984c776ef4697e71408d8a7c230d4d747da
mem-cache: Fix FALRU inCachesMask initialization

inCachesMask is not being initialized, which triggers an assertion
on insertion. Fix this by implementing a default constructor for
the FALRUBlk.

Change-Id: I587cf5e0191c4587d938e6ab6036ec1b32f37793
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/13207
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/mem/cache/tags/fa_lru.hh