From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oren Laadan Subject: Re: [PATCH 1/1] x86: c/r support (for now) requires compat_vdso Date: Sun, 05 Apr 2009 16:27:48 -0400 Message-ID: <49D91444.1020806@cs.columbia.edu> References: <20090403190823.GA13716@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090403190823.GA13716-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Serge E. Hallyn" Cc: Linux Containers List-Id: containers.vger.kernel.org Ok, applied. Serge E. Hallyn wrote: > Make x86 support depend on it (for now). > > Signed-off-by: Serge E. Hallyn > --- > arch/x86/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > index 246e26b..efc462a 100644 > --- a/arch/x86/Kconfig > +++ b/arch/x86/Kconfig > @@ -73,6 +73,7 @@ config HAVE_LATENCYTOP_SUPPORT > > config CHECKPOINT_SUPPORT > bool > + depends on COMPAT_VDSO > default y if X86_32 > > config FAST_CMPXCHG_LOCAL