plain text document attachment (xx-paravirt-misc-headers.patch) Miscellaneous header updates. Sort of a work-in-progress. Signed-off-by: Steven Rostedt srostedt@xxxxxxxxxx Signed-off-by: Glauber de Oliveira Costa <gcosta@xxxxxxxxxx> 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 * -- _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxx https://lists.osdl.org/mailman/listinfo/virtualization