SWDEV-232428 - Fix CI regressions caused by 9eb113d

Change-Id: I6523a8abc19dc5b01f7eacb3a949da01afae60d5


[ROCm/clr commit: 07702bb28f]
This commit is contained in:
Vladislav Sytchenko
2021-03-09 13:50:13 -05:00
parent b1b12e51d1
commit 16aedba832
+1 -1
View File
@@ -364,7 +364,7 @@ bool HostcallListener::initialize(const amd::Device &dev) {
doorbell_ = dev.createSignal();
#ifdef WITH_HSA_DEVICE
auto ws = device::Signal::WaitState::Blocked;
#elif
#else
auto ws = device::Signal::WaitState::Active;
#endif
if ((doorbell_ == nullptr) || !doorbell_->Init(dev, SIGNAL_INIT, ws)) {