fixup! EXP qspinlock: Add spinlock_dump() to dump lock state

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
diff --git a/arch/x86/include/asm/qspinlock.h b/arch/x86/include/asm/qspinlock.h
index cde8357..1c6b447 100644
--- a/arch/x86/include/asm/qspinlock.h
+++ b/arch/x86/include/asm/qspinlock.h
@@ -32,6 +32,7 @@ extern void native_queued_spin_lock_slowpath(struct qspinlock *lock, u32 val);
 extern void __pv_init_lock_hash(void);
 extern void __pv_queued_spin_lock_slowpath(struct qspinlock *lock, u32 val);
 extern void __raw_callee_save___pv_queued_spin_unlock(struct qspinlock *lock);
+extern void __pv_spinlock_dump(spinlock_t *sp, bool full);
 extern bool nopvspin;
 
 #define	queued_spin_unlock queued_spin_unlock