X-Git-Url: https://repo.jachan.dev/linux.git/blobdiff_plain/4bb0fb57f3bbe2ed7d4aad75a3c60a051afbd1db..0c7ff84f7f9d:/lib/lockref.c diff --git a/lib/lockref.c b/lib/lockref.c index 5a92189ad711..c4bfcb8836cd 100644 --- a/lib/lockref.c +++ b/lib/lockref.c @@ -20,7 +20,7 @@ if (likely(old.lock_count == prev.lock_count)) { \ SUCCESS; \ } \ - cpu_relax_lowlatency(); \ + cpu_relax(); \ } \ } while (0)