mips,riscv: Get rid of some Alpha cruft in these System classes.
authorGabe Black <gabeblack@google.com>
Thu, 10 Oct 2019 00:10:08 +0000 (17:10 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 25 Oct 2019 23:53:01 +0000 (23:53 +0000)
commite1a101fc1b5f231b38b251a0da6088dfd947904a
tree052b98925fe3cd22eff5c6c6b790ee1f52a998ba
parentea267682e6936ce1a6cfb8edd42bab8676a8a649
mips,riscv: Get rid of some Alpha cruft in these System classes.

The consolePanicEvent pointer and addConsoleFuncEvent template were
inherited from Alpha and were not used (and probably make no sense) for
MIPS or RISCV which (to my knowledge) don't have the idea of a
"console" binary.

Change-Id: I109b866a65f69c7334062f7304c7b18acc51d99d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21782
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/arch/mips/system.hh
src/arch/riscv/system.hh