diff options
author | Glauber de Oliveira Costa <gcosta@redhat.com> | 2008-01-30 07:32:09 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:32:09 -0500 |
commit | 1954448fb0c03dd5e301d7bef2dda71cd9b2fcf2 (patch) | |
tree | 6b441b41bd4363f473b8f7b769d0072f03384661 /include/asm-x86/spinlock.h | |
parent | 72fe4858544292ad64600765cb78bc02298c6b1c (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.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-x86/spinlock.h b/include/asm-x86/spinlock.h index 97d52b506af8..2076d5d62d83 100644 --- a/include/asm-x86/spinlock.h +++ b/include/asm-x86/spinlock.h | |||
@@ -19,15 +19,6 @@ | |||
19 | * (the type definitions are in asm/spinlock_types.h) | 19 | * (the type definitions are in asm/spinlock_types.h) |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #ifdef CONFIG_PARAVIRT | ||
23 | #include <asm/paravirt.h> | ||
24 | #else | ||
25 | #define CLI_STRING "cli" | ||
26 | #define STI_STRING "sti" | ||
27 | #define CLI_STI_CLOBBERS | ||
28 | #define CLI_STI_INPUT_ARGS | ||
29 | #endif /* CONFIG_PARAVIRT */ | ||
30 | |||
31 | #ifdef CONFIG_X86_32 | 22 | #ifdef CONFIG_X86_32 |
32 | typedef char _slock_t; | 23 | typedef char _slock_t; |
33 | # define LOCK_INS_DEC "decb" | 24 | # define LOCK_INS_DEC "decb" |