git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5091f0c
)
powerpc/pseries: Fix endian issues in MSI code
author
Anton Blanchard
<anton@samba.org>
Thu, 12 Dec 2013 04:59:40 +0000
(15:59 +1100)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 13 Dec 2013 04:48:38 +0000
(15:48 +1100)
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>
No differences found