aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/spinlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/spinlock.h')
-rw-r--r--arch/x86/include/asm/spinlock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/spinlock.h b/arch/x86/include/asm/spinlock.h
index 4ec5413156ca..be0a05913b91 100644
--- a/arch/x86/include/asm/spinlock.h
+++ b/arch/x86/include/asm/spinlock.h
@@ -42,7 +42,7 @@
42extern struct static_key paravirt_ticketlocks_enabled; 42extern struct static_key paravirt_ticketlocks_enabled;
43static __always_inline bool static_key_false(struct static_key *key); 43static __always_inline bool static_key_false(struct static_key *key);
44 44
45#ifdef CONFIG_QUEUED_SPINLOCK 45#ifdef CONFIG_QUEUED_SPINLOCKS
46#include <asm/qspinlock.h> 46#include <asm/qspinlock.h>
47#else 47#else
48 48
@@ -200,7 +200,7 @@ static inline void arch_spin_unlock_wait(arch_spinlock_t *lock)
200 cpu_relax(); 200 cpu_relax();
201 } 201 }
202} 202}
203#endif /* CONFIG_QUEUED_SPINLOCK */ 203#endif /* CONFIG_QUEUED_SPINLOCKS */
204 204
205/* 205/*
206 * Read-write spinlocks, allowing multiple readers 206 * Read-write spinlocks, allowing multiple readers