From: Richard Weinberger Date: Thu, 29 Mar 2012 23:38:03 +0000 (+0200) Subject: x86: spinlock.h: Remove REG_PTR_MODE X-Git-Tag: next-20120402~16^2~5^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=35372a7d45291140a97518a8d1c8cb0e31ee2bb7;p=karo-tx-linux.git x86: spinlock.h: Remove REG_PTR_MODE REG_PTR_MODE has no users at all. Signed-off-by: Richard Weinberger Link: http://lkml.kernel.org/r/1333064283-3109-1-git-send-email-richard@nod.at Acked-by: Acked-by: Jan Beulich Signed-off-by: H. Peter Anvin --- 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 @@ #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) && \