From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Kumar Gala Subject: Re: [PATCH 0/9] powerpc: Add kernel support for POWER7 VSX. In-reply-to: <3DC08C70-5096-47BF-8452-367495F8B19E@kernel.crashing.org> References: <1213750053.678227.22239172650.qpush@coopers> <3DC08C70-5096-47BF-8452-367495F8B19E@kernel.crashing.org> Date: Thu, 19 Jun 2008 09:54:18 +1000 Message-ID: <13421.1213833258@neuling.org> 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 17, 2008, at 7:47 PM, Michael Neuling wrote: > > > The following set of patches adds Vector Scalar Extentions (VSX) > > support for POWER7. Includes context switch, ptrace and signals > > support. > > > > Signed-off-by: Michael Neuling > > --- > > This series is on top of the POWER7 cputable entry patch. > > > > Paulus: please consider for your 2.6.27 tree. > > I bit better explanation of what VSX would be useful. Its not clear > to me exactly how these instructions behave such that we have to touch > all this code. There is a register layout description which it looks like you found at the top of patch 5. Mikey