From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1Ip7c2-0006lE-Qu for user-mode-linux-devel@lists.sourceforge.net; Mon, 05 Nov 2007 11:27:54 -0800 Received: from saraswathi.solana.com ([198.99.130.12]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Ip7c1-00058H-VX for user-mode-linux-devel@lists.sourceforge.net; Mon, 05 Nov 2007 11:27:54 -0800 Date: Mon, 5 Nov 2007 14:27:46 -0500 From: Jeff Dike Message-ID: <20071105192746.GA8788@c2.user-mode-linux.org> Mime-Version: 1.0 Content-Disposition: inline Subject: [uml-devel] [PATCH 2/6] UML - SMP needs to depend on BROKEN for now List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Andrew Morton Cc: LKML , uml-devel SMP still needs to depend on BROKEN for now. Signed-off-by: Jeff Dike --- arch/um/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: linux-2.6/arch/um/Kconfig =================================================================== --- linux-2.6.orig/arch/um/Kconfig 2007-11-05 14:08:07.000000000 -0500 +++ linux-2.6/arch/um/Kconfig 2007-11-05 14:12:35.000000000 -0500 @@ -189,8 +189,7 @@ config MAGIC_SYSRQ config SMP bool "Symmetric multi-processing support (EXPERIMENTAL)" default n - #SMP_BROKEN is for x86_64. - depends on EXPERIMENTAL && (!SMP_BROKEN || (BROKEN && SMP_BROKEN)) + depends on BROKEN help This option enables UML SMP support. It is NOT related to having a real SMP box. Not directly, at least. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755745AbXKET2q (ORCPT ); Mon, 5 Nov 2007 14:28:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753951AbXKET2L (ORCPT ); Mon, 5 Nov 2007 14:28:11 -0500 Received: from saraswathi.solana.com ([198.99.130.12]:47849 "EHLO saraswathi.solana.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753417AbXKET2F (ORCPT ); Mon, 5 Nov 2007 14:28:05 -0500 Date: Mon, 5 Nov 2007 14:27:46 -0500 From: Jeff Dike To: Andrew Morton Cc: LKML , uml-devel Subject: [PATCH 2/6] UML - SMP needs to depend on BROKEN for now Message-ID: <20071105192746.GA8788@c2.user-mode-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org SMP still needs to depend on BROKEN for now. Signed-off-by: Jeff Dike --- arch/um/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: linux-2.6/arch/um/Kconfig =================================================================== --- linux-2.6.orig/arch/um/Kconfig 2007-11-05 14:08:07.000000000 -0500 +++ linux-2.6/arch/um/Kconfig 2007-11-05 14:12:35.000000000 -0500 @@ -189,8 +189,7 @@ config MAGIC_SYSRQ config SMP bool "Symmetric multi-processing support (EXPERIMENTAL)" default n - #SMP_BROKEN is for x86_64. - depends on EXPERIMENTAL && (!SMP_BROKEN || (BROKEN && SMP_BROKEN)) + depends on BROKEN help This option enables UML SMP support. It is NOT related to having a real SMP box. Not directly, at least.