Glauber de Oliveira Costa wrote:
x86_read_per_cpu() and its writeish sister are not present in x86_64. So in this patch, we replace them with __get_cpu_var(), which is present in both
Eventually we'd like to use something closer to the i386 code for x86_64, obviously...
-hpa -- 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/
- 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 11/15] cleanup CLI_STRING, STI_STRING and friends
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 12/15] add CLBR_ defines for x86_64.
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 13/15] move patching code to arch-specific file.
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 14/15] x86_64 patching functions
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 15/15] replace x86_read/write_per_cpu with a common function.
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 0/15] adjust pvops to accomodate its x86_64 variant
- Prev by Date: Re: PCI resource problems caused by improper address rounding
- Next by Date: Re: Trying to convert old modules to newer kernels
- Previous by thread: [PATCH 15/15] replace x86_read/write_per_cpu with a common function.
- Next by thread: Re: [PATCH 13/15] move patching code to arch-specific file.
- Index(es):