summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/spinlock.h
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2012-03-30 01:38:03 +0200
committerH. Peter Anvin <hpa@zytor.com>2012-03-30 10:01:59 -0700
commit35372a7d45291140a97518a8d1c8cb0e31ee2bb7 (patch)
tree565525abd97d44518cf62b38debd7fa786544d80 /arch/x86/include/asm/spinlock.h
parentf52b69f86e27903d6896ed5fa7cd280fec8de532 (diff)
downloadlinux-0-day-35372a7d45291140a97518a8d1c8cb0e31ee2bb7.tar.gz
linux-0-day-35372a7d45291140a97518a8d1c8cb0e31ee2bb7.tar.xz
x86: spinlock.h: Remove REG_PTR_MODE
REG_PTR_MODE has no users at all. Signed-off-by: Richard Weinberger <richard@nod.at> Link: http://lkml.kernel.org/r/1333064283-3109-1-git-send-email-richard@nod.at Acked-by: Acked-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/spinlock.h')
-rw-r--r--arch/x86/include/asm/spinlock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/spinlock.h b/arch/x86/include/asm/spinlock.h
index 76bfa2cf301df..b315a33867f25 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) && \