From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e3.ny.us.ibm.com (e3.ny.us.ibm.com [32.97.182.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e3.ny.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 2A91F67BE5 for ; Tue, 28 Nov 2006 08:11:00 +1100 (EST) Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.13.8/8.12.11) with ESMTP id kARLAj5L006745 for ; Mon, 27 Nov 2006 16:10:45 -0500 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kARLAFRK030988 for ; Mon, 27 Nov 2006 16:10:21 -0500 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id kARLAECu022478 for ; Mon, 27 Nov 2006 16:10:15 -0500 Date: Mon, 27 Nov 2006 15:10:13 -0600 To: Michael Ellerman Subject: Re: [PATCH] Reorganise and then fixup the pseries cpu hotplug code Message-ID: <20061127211013.GI10879@austin.ibm.com> References: <20061123021132.B03F767C18@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20061123021132.B03F767C18@ozlabs.org> From: linas@austin.ibm.com (Linas Vepstas) Cc: srinivasa@in.ibm.com, ego@in.ibm.com, linuxppc-dev@ozlabs.org, Paul Mackerras , Anton Blanchard , ntl@pobox.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Nov 23, 2006 at 01:11:30PM +1100, Michael Ellerman wrote: > The pseries cpu hotplug code is currently spread between ./kernel/rtas.c, > ./platforms/pseries/smp.c and ./platforms/pseries/setup.c. Some of it is > not #ifdef CONFIG_HOTPLUG_CPU, but it should be. > > Signed-off-by: Michael Ellerman Ack'ed by: Linas Vepstas > Linas, Srinivasa, can you test that this addresses the problems you > were seeing. It should, but it'd be good if you could test it. Actually, I was debugging Srinivasa's problem long-distance, which was an internally-reported bugzilla bug that had landed in my lap. I don't actually have a testable config. But, based on this chain of mails, I am happy with the result! --linas