Skip to content

Commit

Permalink
x86: cleanup CLI_STRING, STI_STRING and friends
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Jan 30, 2008
1 parent 72fe485 commit 1954448
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/asm-x86/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1954448

Please sign in to comment.