Re: [PATCH] powerpc: handle VSX alignment faults correctly in little-endian mode

2009-12-14 Thread Michael Neuling
> This patch fixes the handling of VSX alignment faults in little-endian > mode (the current code assumes the processor is in big-endian mode). > > The patch also makes the handlers clear the top 8 bytes of the register > when handling an 8 byte VSX load. > > This is based on 2.6.32. > > Signed-

Re: [PATCH] powerpc: handle VSX alignment faults correctly in little-endian mode

2009-12-14 Thread Neil Campbell
Neil Campbell wrote: > This patch fixes the handling of VSX alignment faults in little-endian > mode (the current code assumes the processor is in big-endian mode). > > The patch also makes the handlers clear the top 8 bytes of the register > when handling an 8 byte VSX load. For the interested,