From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935213Ab1JETZX (ORCPT ); Wed, 5 Oct 2011 15:25:23 -0400 Received: from www.linutronix.de ([62.245.132.108]:34408 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934402Ab1JETZV (ORCPT ); Wed, 5 Oct 2011 15:25:21 -0400 Date: Wed, 5 Oct 2011 21:25:14 +0200 (CEST) From: Thomas Gleixner To: Fenghua Yu cc: Ingo Molnar , H Peter Anvin , Zwane Mwaikambo , Tony Luck , Asit K Mallick , Suresh B Siddha , Len Brown , linux-kernel Subject: Re: [PATCH 8/8] kernel/cpu.c: Define bsp_hotpluggable variable In-Reply-To: <1317832759-10223-9-git-send-email-fenghua.yu@intel.com> Message-ID: References: <1317832759-10223-1-git-send-email-fenghua.yu@intel.com> <1317832759-10223-9-git-send-email-fenghua.yu@intel.com> User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 5 Oct 2011, Fenghua Yu wrote: > From: Fenghua Yu > > This gloable variable controls BSP (aka CPU0) hotplug. If set, BSP is > hotpluggable. By default, it's 0. On X86, kernel option bsp_hotpluggable sets > the variable as 1. .... and on !x86 its just pointless. I have yet to see a justification for that whole cpu0 unplugging business. If there is a real reason that this is desireable, then ALL cpu0 assumptions in arch/x86 need to be cleaned up and fixed. Thanks, tglx