KConditionVariable/KAddressArbiter: no need for global compare thread

This commit is contained in:
Michael Scire
2020-12-01 16:19:39 -08:00
committed by SciresM
parent 550f5690bf
commit c8ebd7eea0
6 changed files with 124 additions and 23 deletions

View File

@@ -20,8 +20,6 @@
namespace ams::kern {
extern KThread g_cv_arbiter_compare_thread;
class KConditionVariable {
public:
using ThreadTree = typename KThread::ConditionVariableThreadTreeType;