Skip to content

Commit 394dd37

Browse files
committed
el/wake: remove an invalid assertion
Well it actually seems that we loop sometimes, more investigation is needed to provide an explanation. Change-Id: I5083cc3ff433744e115ae2bf0a8b3c3e1858223f Priv-Id: 97d6a5972691479a96681848fd245253d6798715
1 parent 68756d2 commit 394dd37

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/core/el.blk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,9 +1660,8 @@ static data_t el_wake_unregister(el_t *elp)
16601660
memory_order_acquire) < 0))
16611661
{
16621662
/* Because the eventfd() API already have locks in the kernel we
1663-
* should actually never loop.
1663+
* should rarely loop.
16641664
*/
1665-
assert(false);
16661665
cpu_relax();
16671666
}
16681667
el_fd_unregister(&el->wake.event_fd);

0 commit comments

Comments
 (0)