Re: [V2 PATCH 3/3] powerpc: Fix Unaligned LE Floating Point Loads and Stores
From: Tom Musta <hidden>
Date: 2013-11-04 13:29:32
From: Tom Musta <hidden>
Date: 2013-11-04 13:29:32
On 11/3/2013 8:34 PM, Benjamin Herrenschmidt wrote:
On Thu, 2013-10-31 at 13:38 -0500, Tom wrote:quoted
From: Tom Musta <redacted> This patch addresses unaligned single precision floating point loads and stores in the single-step code. The old implementation improperly treated an 8 byte structure as an array of two 4 byte words, which is a classic little endian bug.Do that patch differ from v1 ? I also already merged v1 of this one (the only one I didn't merge is the emulate_step one) Cheers, Ben.
Ben: Only patch 1/3 (Enable emulate_step in Little Endian Mode) differs in V2.