[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1333064283-3109-1-git-send-email-richard@nod.at>
Date: Fri, 30 Mar 2012 01:38:03 +0200
From: Richard Weinberger <richard@....at>
To: x86@...nel.org
Cc: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
jeremy@...p.org, jbeulich@...e.com, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org, Richard Weinberger <richard@....at>
Subject: [PATCH] x86: spinlock.h: Remove REG_PTR_MODE
REG_PTR_MODE has no users at all.
Signed-off-by: Richard Weinberger <richard@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists