cpu: Remove the ancient do_quiesce config option.
authorGabe Black <gabeblack@google.com>
Wed, 5 Feb 2020 02:41:05 +0000 (18:41 -0800)
committerGabe Black <gabeblack@google.com>
Sat, 23 May 2020 07:04:59 +0000 (07:04 +0000)
commit1425640edaa74429b8116ce8758cb9f72d6c90c4
tree0197e725059735d2eeb48d6cfe54f0eac64c2aab
parent7695a214049586f9a818cd8c5101ce56f84ba6b4
cpu: Remove the ancient do_quiesce config option.

This option has existed for a very long time, defaults to True, and is
not used in any of the checked in configs. It enables the "quiesce"
mechanism, originally just pseudo instructions, and it's not clear
why you'd ever want to turn it off.

Change-Id: I92c7e5af22157e8435c7326634857d30bb5d7254
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25143
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Reviewed-by: Matthew Poremba <matthew.poremba@amd.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/cpu/BaseCPU.py
src/cpu/thread_context.cc