From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 12 Oct 2006 11:18:45 -0500 To: Michael Ellerman Subject: Re: [PATCH 1/2] Add support for stopping spus from xmon Message-ID: <20061012161845.GY4381@austin.ibm.com> References: <1160654587.449977.520618728447.qpush@concordia> <20061012120310.6B5A967BD5@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20061012120310.6B5A967BD5@ozlabs.org> From: linas@austin.ibm.com (Linas Vepstas) Cc: linuxppc-dev@ozlabs.org, Arnd Bergmann , cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Oct 12, 2006 at 10:03:08PM +1000, Michael Ellerman wrote: > > arch/powerpc/platforms/cell/spu_base.c | 4 > arch/powerpc/xmon/xmon.c | 142 ++++++++++++++++++++++++++++++++- > include/asm-powerpc/xmon.h | 2 > 3 files changed, 146 insertions(+), 2 deletions(-) The next patch adds another 60 lines to xmon.c, which is already a bit too big. Perhaps you could instead put this code in "xmon/cell.c" or something like that? --linas