aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/spinlock.h
diff options
context:
space:
mode:
authorGlauber de Oliveira Costa <gcosta@redhat.com>2008-01-30 13:32:09 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:32:09 +0100
commit1954448fb0c03dd5e301d7bef2dda71cd9b2fcf2 (patch)
tree6b441b41bd4363f473b8f7b769d0072f03384661 /include/asm-x86/spinlock.h
parent72fe4858544292ad64600765cb78bc02298c6b1c (diff)
x86: cleanup CLI_STRING, STI_STRING and friends
Since the advent of ticket locking, CLI_STRING, STI_STRING, and friends are not used anymore. They can now be safely deleted. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/spinlock.h')
-rw-r--r--include/asm-x86/spinlock.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-x86/spinlock.h b/include/asm-x86/spinlock.h
index 97d52b506af..2076d5d62d8 100644
--- a/include/asm-x86/spinlock.h
+++ b/include/asm-x86/spinlock.h
@@ -19,15 +19,6 @@
* (the type definitions are in asm/spinlock_types.h)
*/
-#ifdef CONFIG_PARAVIRT
-#include <asm/paravirt.h>
-#else
-#define CLI_STRING "cli"
-#define STI_STRING "sti"
-#define CLI_STI_CLOBBERS
-#define CLI_STI_INPUT_ARGS
-#endif /* CONFIG_PARAVIRT */
-
#ifdef CONFIG_X86_32
typedef char _slock_t;
# define LOCK_INS_DEC "decb"