Annotate Giant with __exclusive_cache_line

This commit is contained in:
Mateusz Guzik 2017-09-08 06:46:24 +00:00
parent 3e72c8449b
commit 6a569d3525
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323306

View File

@ -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)