Re: [patch] x86, xen, vdso: fix build error, add sysctl_vsyscall32
From: Ingo Molnar
Date: Fri Jul 11 2008 - 16:41:44 EST
* Ingo Molnar <mingo@xxxxxxx> wrote:
> +int sysctl_vsyscall32;
> +
ah, the trick is:
#ifdef CONFIG_X86_64
#define vdso_enabled sysctl_vsyscall32
#define arch_setup_additional_pages syscall32_setup_pages
#endif
so disregard my patch. The real fix is the one below, for tip/xen-64bit.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/