Re: [PATCHv3] [RFC] Xilinx Virtex 4 FX Soft FPU support

2010-06-16 Thread Grant Likely
On Wed, May 26, 2010 at 11:04 AM, Sergey Temerkhanov temerkha...@cifronik.ru wrote: This patch enables support for Xilinx Virtex 4 FX singe-float FPU. Changelog v2-v3:        -Fixed whitespaces for SAVE_FPR/REST_FPR.        -Changed description of MSR_AP bit.        -Removed the stub for APU

RE: [PATCHv3] [RFC] Xilinx Virtex 4 FX Soft FPU support

2010-06-16 Thread Stephen Neuendorffer
@lists.ozlabs.org; John Linn Subject: Re: [PATCHv3] [RFC] Xilinx Virtex 4 FX Soft FPU support On Wed, May 26, 2010 at 11:04 AM, Sergey Temerkhanov temerkha...@cifronik.ru wrote: This patch enables support for Xilinx Virtex 4 FX singe-float FPU. Changelog v2-v3:        -Fixed whitespaces for SAVE_FPR

[PATCHv3] [RFC] Xilinx Virtex 4 FX Soft FPU support

2010-05-26 Thread Sergey Temerkhanov
This patch enables support for Xilinx Virtex 4 FX singe-float FPU. Changelog v2-v3: -Fixed whitespaces for SAVE_FPR/REST_FPR. -Changed description of MSR_AP bit. -Removed the stub for APU unavailable exception. Changelog v1-v2: -Added MSR_AP bit definition