diff options
Diffstat (limited to 'arch/x86/include/asm/spinlock.h')
-rw-r--r-- | arch/x86/include/asm/spinlock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/spinlock.h b/arch/x86/include/asm/spinlock.h index 76bfa2cf301d..b315a33867f2 100644 --- a/arch/x86/include/asm/spinlock.h +++ b/arch/x86/include/asm/spinlock.h | |||
@@ -20,10 +20,8 @@ | |||
20 | 20 | ||
21 | #ifdef CONFIG_X86_32 | 21 | #ifdef CONFIG_X86_32 |
22 | # define LOCK_PTR_REG "a" | 22 | # define LOCK_PTR_REG "a" |
23 | # define REG_PTR_MODE "k" | ||
24 | #else | 23 | #else |
25 | # define LOCK_PTR_REG "D" | 24 | # define LOCK_PTR_REG "D" |
26 | # define REG_PTR_MODE "q" | ||
27 | #endif | 25 | #endif |
28 | 26 | ||
29 | #if defined(CONFIG_X86_32) && \ | 27 | #if defined(CONFIG_X86_32) && \ |