Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdwivedi committed Mar 2, 2025
1 parent c18f386 commit ce47d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/locking/rqspinlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ int __lockfunc resilient_queued_spin_lock_slowpath(rqspinlock_t *lock, u32 val)

BUILD_BUG_ON(CONFIG_NR_CPUS >= (1U << _Q_TAIL_CPU_BITS));

if (resilient_virt_spin_lock_enabled())
if (resilient_virt_spin_lock_enabled() && 0)
return resilient_virt_spin_lock(lock);

RES_INIT_TIMEOUT(ts);
Expand Down

0 comments on commit ce47d4c

Please sign in to comment.