commit | 8d15315537578a9ef5d35912d06127205dd82be8 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Dec 12 15:59:40 2013 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Dec 13 15:48:38 2013 +1100 |
tree | dfccd24619055e2c1d63a32c2d0ab0976023beed | |
parent | 5091f0c969d2d0639db2efddce7352e7c48069ba [diff] |
powerpc/pseries: Fix endian issues in MSI code The MSI code is miscalculating quotas in little endian mode. Add required byteswaps to fix this. Before we claimed a quota of 65536, after the patch we see the correct value of 256. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>