From dc0e643afc505e7feeac5f86e8fe82183847ebe7 Mon Sep 17 00:00:00 2001 From: Ian Munsie Date: Wed, 7 Aug 2013 02:01:27 +1000 Subject: [PATCH] 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 Acked-by: Grant Likely Signed-off-by: Benjamin Herrenschmidt --- Reading git-format-patch failed