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:
8b9f926
)
powerpc/powernv: Fix endianness problems in EEH
author
Guo Chao
<yan@linux.vnet.ibm.com>
Mon, 9 Jun 2014 08:58:51 +0000
(16:58 +0800)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 11 Jun 2014 07:03:23 +0000
(17:03 +1000)
EEH information fetched from OPAL need fix before using in LE environment.
To be included in sparse's endian check, declare them as __beXX and
access them by accessors.
Cc: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Guo Chao <yan@linux.vnet.ibm.com>
Acked-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found