From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755019Ab2ENMRe (ORCPT ); Mon, 14 May 2012 08:17:34 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:57549 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752624Ab2ENMRc (ORCPT ); Mon, 14 May 2012 08:17:32 -0400 Date: Mon, 14 May 2012 14:17:25 +0200 From: Ingo Molnar To: Tony Luck Cc: Thomas Gleixner , Fenghua Yu , Ingo Molnar , H Peter Anvin , Linus Torvalds , Andrew Morton , Asit K Mallick , Arjan Dan De Ven , Suresh B Siddha , Len Brown , "Srivatssa S. Bhat" , Randy Dunlap , Chen Gong , linux-kernel , linux-pm , x86 , Peter Zijlstra Subject: Re: [PATCH v6 04/12] x86/smpboot.c: Don't offline CPU0 if any irq can not be migrated out of it and remove CPU0 check in smp_callin() Message-ID: <20120514121725.GA10840@gmail.com> References: <1336666614-21090-1-git-send-email-fenghua.yu@intel.com> <1336666614-21090-5-git-send-email-fenghua.yu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 * Tony Luck wrote: > Biggest code impact of that is the extra code to bring cpu0 > back online using NMI instead of INIT. We can't use INIT > because if cpu0 gets one, it just resets the whole machine :-( > But obviously we'd like to avoid special cases where there is > a sane way to do so. Could we just standardize on NMI bringup during regular bootup? Thanks, Ingo