From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jeremy Kerr To: cbe-oss-dev@lists.ozlabs.org Subject: Re: [Cbe-oss-dev] [PATCH] PowerPC/Cell: use vzalloc rather than vmalloc and memset in spu_alloc_lscsa_std Date: Sat, 30 Oct 2010 17:25:32 -0400 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Message-Id: <201010301725.32559.jk@ozlabs.org> Cc: Arnd Bergmann , linux-kernel@vger.kernel.org, Jesper Juhl , Paul Mackerras , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jesper, > We can get rid of a memset in > arch/powerpc/platforms/cell/spufs/lscsa_alloc.c::spu_alloc_lscsa_std() by > using vzalloc() rather than vmalloc()+memset(). Looks good to me. Acked-By: Jeremy Kerr Ben, could you apply this to the powerpc tree? Cheers, Jeremy