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:
36b9d30
)
of: use __be32 for cell value accessors
author
Jeremy Kerr
<jeremy.kerr@canonical.com>
Sat, 30 Jan 2010 08:41:49 +0000
(
01:41
-0700)
committer
Grant Likely
<grant.likely@secretlab.ca>
Tue, 9 Feb 2010 15:34:10 +0000
(08:34 -0700)
Currently, we're using u32 for cell values, and hence assuming
host-endian device trees.
As we'd like to support little-endian platforms, use a __be32 for cell
values, and convert in the cell accessors.
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
No differences found