arch: Eliminate an unused pair of constants from isa_traits.hh.
authorGabe Black <gabeblack@google.com>
Wed, 19 Aug 2020 09:11:54 +0000 (02:11 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 20 Aug 2020 05:43:24 +0000 (05:43 +0000)
commit1981c3110d3433bf44ffbec64a77cf703540fddf
treebcd53079b95724cc0d1ba72e6510113b5f8d5bab
parentdf8a58895b66acb810e7a4e19d6d8742c9e92008
arch: Eliminate an unused pair of constants from isa_traits.hh.

The one questionable use of CurThreadInfoImplemented (always false) and
CurThreadInfoReg (always -1) has been eliminated, making these constants
unnecessary.

Change-Id: Ibfe4f7be7ce5aaf9c5e896146e1b05b3ac752305
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32922
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/arm/isa_traits.hh
src/arch/mips/isa_traits.hh
src/arch/power/isa_traits.hh
src/arch/riscv/isa_traits.hh
src/arch/sparc/isa_traits.hh
src/arch/x86/isa_traits.hh