cpu: Make the CPU's TLB parameter a BaseTLB.
authorGabe Black <gabeblack@google.com>
Tue, 9 Jan 2018 03:08:17 +0000 (19:08 -0800)
committerGabe Black <gabeblack@google.com>
Thu, 11 Jan 2018 09:34:40 +0000 (09:34 +0000)
commitf3d4d6f2028684a85096d5023ba0f106438c1b5e
tree1243ab13104e74696b0d6f3ed42f8b4730179b57
parentf96e542dd88762556bda357fe046318ccf31268f
cpu: Make the CPU's TLB parameter a BaseTLB.

This is instead of the architecture specific version.

Change-Id: I906ec16eee1f65f0e9b9c24b401430f9ea01637b
Reviewed-on: https://gem5-review.googlesource.com/7349
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/cpu/BaseCPU.py