From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 49D2ADE135 for ; Wed, 25 Jun 2008 00:07:37 +1000 (EST) Message-Id: <2D96D638-F117-480B-A4A5-5889648D462F@kernel.crashing.org> From: Kumar Gala To: Michael Neuling In-Reply-To: <20080624105750.1118370299@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v924) Subject: Re: [PATCH 4/9] powerpc: Make load_up_fpu and load_up_altivec callable Date: Tue, 24 Jun 2008 09:01:29 -0500 References: <20080624105750.1118370299@localhost.localdomain> 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 Jun 24, 2008, at 5:57 AM, Michael Neuling wrote: > Make load_up_fpu and load_up_altivec callable so they can be reused by > the VSX code. > > Signed-off-by: Michael Neuling Acked-by: Kumar Gala - k