Annotate Giant with __exclusive_cache_line
This commit is contained in:
parent
3e72c8449b
commit
6a569d3525
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323306
@ -166,7 +166,7 @@ LOCK_DELAY_SYSINIT_DEFAULT(mtx_spin_delay);
|
||||
* System-wide mutexes
|
||||
*/
|
||||
struct mtx blocked_lock;
|
||||
struct mtx Giant;
|
||||
struct mtx __exclusive_cache_line Giant;
|
||||
|
||||
void
|
||||
assert_mtx(const struct lock_object *lock, int what)
|
||||
|
Loading…
Reference in New Issue
Block a user