Fix typo: define SX_ASSERT_XLOCKED not SX_ASSERT_XLOCKER in
non-INVARIANTS case. PR: 25567 Submitted by: nnd@mail.nsk.ru
This commit is contained in:
parent
adcaec54eb
commit
f4b9935804
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73874
@ -78,7 +78,7 @@ void sx_xunlock(struct sx *sx);
|
||||
|
||||
#else /* INVARIANTS */
|
||||
#define SX_ASSERT_SLOCKED(sx)
|
||||
#define SX_ASSERT_XLOCKER(sx)
|
||||
#define SX_ASSERT_XLOCKED(sx)
|
||||
#endif /* INVARIANTS */
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
Loading…
Reference in New Issue
Block a user