Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758621Ab2EIIWb (ORCPT ); Wed, 9 May 2012 04:22:31 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:47489 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751277Ab2EIIW3 (ORCPT ); Wed, 9 May 2012 04:22:29 -0400 Date: Wed, 9 May 2012 11:22:25 +0300 From: Ido Yariv To: Ingo Molnar Cc: hpa@zytor.com, linux-kernel@vger.kernel.org, shai@scalemp.com, tglx@linutronix.de, linux-tip-commits@vger.kernel.org Subject: Re: [tip:x86/platform] vsmp: Fix number of CPUs when vsmp is disabled Message-ID: <20120509082225.GB5036@NoteStation.colubris.lan> References: <1336462455-22544-1-git-send-email-ido@wizery.com> <20120508122548.GA5741@gmail.com> <20120509080335.GA5556@NoteStation.colubris.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120509080335.GA5556@NoteStation.colubris.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 490 Lines: 15 On Wed, May 09, 2012 at 11:03:35AM +0300, Ido Yariv wrote: > +#ifdef CONFIG_X86_VSMP > + /* VSMP is enabled, no need to cap cpus */ > + return; > +#elif CONFIG_SMP I've missed a 'defined' here. I'll send a new version right away. Thanks, Ido. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/