commit | 35372a7d45291140a97518a8d1c8cb0e31ee2bb7 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <[email protected]> | Fri Mar 30 01:38:03 2012 +0200 |
committer | H. Peter Anvin <[email protected]> | Fri Mar 30 10:01:59 2012 -0700 |
tree | 565525abd97d44518cf62b38debd7fa786544d80 | |
parent | f52b69f86e27903d6896ed5fa7cd280fec8de532 [diff] |
x86: spinlock.h: Remove REG_PTR_MODE REG_PTR_MODE has no users at all. Signed-off-by: Richard Weinberger <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Acked-by: Acked-by: Jan Beulich <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>
diff --git a/arch/x86/include/asm/spinlock.h b/arch/x86/include/asm/spinlock.h index 76bfa2c..b315a33 100644 --- a/arch/x86/include/asm/spinlock.h +++ b/arch/x86/include/asm/spinlock.h
@@ -20,10 +20,8 @@ #ifdef CONFIG_X86_32 # define LOCK_PTR_REG "a" -# define REG_PTR_MODE "k" #else # define LOCK_PTR_REG "D" -# define REG_PTR_MODE "q" #endif #if defined(CONFIG_X86_32) && \