commit | c324496456208e4a6a377d8a36b8fad76d004c7f | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Sep 23 12:04:47 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 11 16:48:35 2013 +1100 |
tree | e0cf73e75a4b1164fb6adc2b8ef0e047992f95e3 | |
parent | f626190d27a8525fbb6e3a72831e177c092f8a44 [diff] |
powerpc: Remove hard coded FP offsets in alignment handler The alignment handler assumes big endian ordering when selecting the low word of a 64bit floating point value. Use the existing union which works in both little and big endian. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>