[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080711204118.GA1864@elte.hu>
Date: Fri, 11 Jul 2008 22:41:18 +0200
From: Ingo Molnar <mingo@...e.hu>
To: linux-kernel@...r.kernel.org, Jeremy Fitzhardinge <jeremy@...p.org>
Subject: Re: [patch] x86, xen, vdso: fix build error, add sysctl_vsyscall32
* Ingo Molnar <mingo@...e.hu> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists