cpu: Get rid of the IsThreadSync StaticInst flag.
authorGabe Black <gabeblack@google.com>
Sun, 30 Aug 2020 08:31:20 +0000 (01:31 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 15 Sep 2020 08:03:10 +0000 (08:03 +0000)
commit340a16ac1c5731d4def3bfea98b9ed0e53b92d57
treeb78ac53cff7efe2cf3bdcbef06709685c9ae7075
parent587c2e6a1cd03969c594efabc069b01681d58100
cpu: Get rid of the IsThreadSync StaticInst flag.

This flag was never set and only checked in one place. If it was set, it
would have triggered a panic there.

Change-Id: I934a0346837c66bae8ce06f50027003bfd47083d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33737
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/cpu/StaticInstFlags.py
src/cpu/base_dyn_inst.hh
src/cpu/o3/commit_impl.hh
src/cpu/static_inst.hh