From: Ingo Molnar <mingo@elte.hu>
To: linux-kernel@vger.kernel.org, Jeremy Fitzhardinge <jeremy@goop.org>
Subject: Re: [patch] x86, xen, vdso: fix build error, add sysctl_vsyscall32
Date: Fri, 11 Jul 2008 22:41:18 +0200 [thread overview]
Message-ID: <20080711204118.GA1864@elte.hu> (raw)
In-Reply-To: <20080711203435.GA29286@elte.hu>
* Ingo Molnar <mingo@elte.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
prev parent reply other threads:[~2008-07-11 20:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-11 20:34 [patch] x86, xen, vdso: fix build error, add sysctl_vsyscall32 Ingo Molnar
2008-07-11 20:41 ` Ingo Molnar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080711204118.GA1864@elte.hu \
--to=mingo@elte.hu \
--cc=jeremy@goop.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.