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 <[email protected]> --- include/asm-x86/spinlock.h | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) Index: linux-2.6-x86/include/asm-x86/spinlock.h =================================================================== --- linux-2.6-x86.orig/include/asm-x86/spinlock.h 2007-12-20 19:06:59.000000000 -0800 +++ linux-2.6-x86/include/asm-x86/spinlock.h 2007-12-20 19:08:09.000000000 -0800 @@ -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" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 12/15] add CLBR_ defines for x86_64.
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 12/15] add CLBR_ defines for x86_64.
- References:
- [PATCH 0/15] adjust pvops to accomodate its x86_64 variant
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 01/15] change paravirt_32.c name
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 02/15] adjust PVOP_CALL/VCALL macros for x86_64
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 03/15] cleanup write_tsc
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 04/15] provide paravirtualized hook for rdtscp
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 05/15] change assembly definition of paravirt_patch_site
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 06/15] adjust assembly macros to x86_64 as well.
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 07/15] change irq functions to accomodate x86_64
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 08/15] add macro for privileged x86_64 operation
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 09/15] adds paravirt hook for swapgs
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 10/15] replace privileged instructions with paravirt macros
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 0/15] adjust pvops to accomodate its x86_64 variant
- Prev by Date: [PATCH 09/15] adds paravirt hook for swapgs
- Next by Date: [PATCH 12/15] add CLBR_ defines for x86_64.
- Previous by thread: [PATCH 10/15] replace privileged instructions with paravirt macros
- Next by thread: [PATCH 12/15] add CLBR_ defines for x86_64.
- Index(es):