commit | 686245bee9528a2f62fa88b1f776eacd94d858ee | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Oct 22 11:05:25 2013 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Oct 30 16:01:50 2013 +1100 |
tree | e0915c5d4c4661dfb83bcbb75786b4707553ad31 | |
parent | 733187e29576041ceccf3b82092ca900fc929170 [diff] |
powerpc: Use -mcpu=power7 on ppc64 little endian builds Using -mcpu=power7 allows gcc to use a number of new instructions including 64 bit byte reversed loads. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>