Steven Rostedt
2007-Apr-18 13:02 UTC
[RFC/PATCH PV_OPS X86_64 06/17] paravirt_op - miscellaneous updates.
plain text document attachment (xx-paravirt-misc-headers.patch) Miscellaneous header updates. Sort of a work-in-progress. Signed-off-by: Steven Rostedt srostedt@redhat.com Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Index: clean-start/include/asm-x86_64/proto.h ==================================================================--- clean-start.orig/include/asm-x86_64/proto.h +++ clean-start/include/asm-x86_64/proto.h @@ -27,7 +27,11 @@ extern void init_memory_mapping(unsigned extern void system_call(void); extern int kernel_syscall(void); +#ifdef CONFIG_PARAVIRT +extern void x86_64_syscall_init(void); +#else extern void syscall_init(void); +#endif extern void ia32_syscall(void); extern void ia32_cstar_target(void); Index: clean-start/include/asm-x86_64/spinlock.h ==================================================================--- clean-start.orig/include/asm-x86_64/spinlock.h +++ clean-start/include/asm-x86_64/spinlock.h @@ -6,6 +6,10 @@ #include <asm/page.h> #include <asm/processor.h> +#ifdef CONFIG_PARAVIRT +#include <asm/paravirt.h> +#endif + /* * Your basic SMP spinlocks, allowing only a single CPU anywhere * --
Maybe Matching Threads
- [RFC/PATCH PV_OPS X86_64 06/17] paravirt_op - miscellaneous updates.
- [RFC/PATCH PV_OPS X86_64 10/17] paravirt_ops - boot changes
- [RFC/PATCH PV_OPS X86_64 10/17] paravirt_ops - boot changes
- [RFC/PATCH PV_OPS X86_64 16/17] paravirt_ops - touch ups
- [RFC/PATCH PV_OPS X86_64 16/17] paravirt_ops - touch ups