Spell CRITICAL_ASSERT correctly.
Submitted by: jhb MFC with: r216944
This commit is contained in:
parent
e68f0c6425
commit
b5e61aab00
@ -253,8 +253,7 @@ _xen_flush_queue(void)
|
||||
|
||||
#ifdef INVARIANTS
|
||||
if (__predict_true(gdtset))
|
||||
KASSERT(curthread->td_critnest > 0,
|
||||
("xen queue flush should be in a critical section"));
|
||||
CRITICAL_ASSERT(curthread);
|
||||
#endif
|
||||
|
||||
XPQ_IDX = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user