[V2 PATCH 3/3] powerpc: Fix Unaligned LE Floating Point Loads and Stores
Tom Musta
tommusta at gmail.com
Tue Nov 5 00:29:20 EST 2013
On 11/3/2013 8:34 PM, Benjamin Herrenschmidt wrote:
> On Thu, 2013-10-31 at 13:38 -0500, Tom wrote:
>> From: Tom Musta <tommusta at gmail.com>
>>
>> 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.
More information about the Linuxppc-dev
mailing list