mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86: spinlock.h: Remove REG_PTR_MODE
@ 2012-03-29 23:38 Richard Weinberger
  2012-03-30 13:07 ` Jan Beulich
  2012-03-30 17:40 ` [tip:x86/cleanups] " tip-bot for Richard Weinberger
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Weinberger @ 2012-03-29 23:38 UTC (permalink / raw)
  To: x86
  Cc: tglx, mingo, hpa, jeremy, jbeulich, akpm, linux-kernel,
	Richard Weinberger

REG_PTR_MODE has no users at all.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 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 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) && \
-- 
1.7.7


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] x86: spinlock.h: Remove REG_PTR_MODE
  2012-03-29 23:38 [PATCH] x86: spinlock.h: Remove REG_PTR_MODE Richard Weinberger
@ 2012-03-30 13:07 ` Jan Beulich
  2012-03-30 17:40 ` [tip:x86/cleanups] " tip-bot for Richard Weinberger
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Beulich @ 2012-03-30 13:07 UTC (permalink / raw)
  To: x86, richard; +Cc: jeremy, tglx, akpm, mingo, linux-kernel, hpa

>>> Richard Weinberger <richard@nod.at> 03/30/12 1:34 AM >>>
>REG_PTR_MODE has no users at all.
>
>Signed-off-by: Richard Weinberger <richard@nod.at>

Acked-by: Jan Beulich <jbeulich@suse.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:x86/cleanups] x86: spinlock.h: Remove REG_PTR_MODE
  2012-03-29 23:38 [PATCH] x86: spinlock.h: Remove REG_PTR_MODE Richard Weinberger
  2012-03-30 13:07 ` Jan Beulich
@ 2012-03-30 17:40 ` tip-bot for Richard Weinberger
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Richard Weinberger @ 2012-03-30 17:40 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, jbeulich, richard, tglx

Commit-ID:  35372a7d45291140a97518a8d1c8cb0e31ee2bb7
Gitweb:     http://git.kernel.org/tip/35372a7d45291140a97518a8d1c8cb0e31ee2bb7
Author:     Richard Weinberger <richard@nod.at>
AuthorDate: Fri, 30 Mar 2012 01:38:03 +0200
Committer:  H. Peter Anvin <hpa@zytor.com>
CommitDate: Fri, 30 Mar 2012 10:01:59 -0700

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>
---
 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 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) && \

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-30 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-29 23:38 [PATCH] x86: spinlock.h: Remove REG_PTR_MODE Richard Weinberger
2012-03-30 13:07 ` Jan Beulich
2012-03-30 17:40 ` [tip:x86/cleanups] " tip-bot for Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome