From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e2.ny.us.ibm.com (e2.ny.us.ibm.com [32.97.182.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e2.ny.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id BB59467BF2 for ; Thu, 7 Dec 2006 09:51:23 +1100 (EST) Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e2.ny.us.ibm.com (8.13.8/8.12.11) with ESMTP id kB6MpKES024906 for ; Wed, 6 Dec 2006 17:51:20 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kB6MpKP5294690 for ; Wed, 6 Dec 2006 17:51:20 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id kB6MpJxd018992 for ; Wed, 6 Dec 2006 17:51:20 -0500 Date: Wed, 6 Dec 2006 16:51:18 -0600 To: Michael Ellerman Subject: Re: [PATCH 1/5] Move rtas_stop_self() into platforms/pseries/hotplug-cpu.c Message-ID: <20061206225118.GI17931@austin.ibm.com> References: <1165301556.843426.760217571714.qpush@cradle> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1165301556.843426.760217571714.qpush@cradle> From: linas@austin.ibm.com (Linas Vepstas) Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Dec 05, 2006 at 05:52:36PM +1100, Michael Ellerman wrote: > As the first step in consolidating the pseries hotplug cpu code, > > Signed-off-by: Michael Ellerman As per previous discussion, Acked-by: Linas Vepstas --linas