commit | dc0e643afc505e7feeac5f86e8fe82183847ebe7 | [log] [tgz] |
---|---|---|
author | Ian Munsie <imunsie@au1.ibm.com> | Wed Aug 07 02:01:27 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 14 15:33:19 2013 +1000 |
tree | 25c2953fdec1d2fe3294eddad0d66077849eb3f1 | |
parent | bc2e6c6ac21183a6102a926f83186d9cac6713f8 [diff] |
powerpc: Make prom.c device tree accesses endian safe On PowerPC the device tree is always big endian, but the CPU could be either, so add be32_to_cpu where appropriate and change the types of device tree data to __be32 etc to allow sparse to locate endian issues. Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>