Becky Bruce abe768858a [POWERPC] Fix dt_mem_next_cell() to read the full address
dt_mem_next_cell() currently does of_read_ulong().  This does not
allow for the case where #size-cells and/or #address-cells = 2 on a
32-bit system, as it will end up reading 32 bits instead of the
expected 64.  Change it to use of_read_number instead and always
return a u64.

Signed-off-by: Becky Bruce <becky.bruce at freescale.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-02-20 13:33:37 +11:00
..
2007-05-11 05:38:25 -04:00
2007-10-19 23:22:55 +02:00
2008-01-25 22:52:50 +11:00
2007-10-19 23:22:55 +02:00
2007-05-08 13:40:31 +10:00
2006-08-08 17:08:56 +10:00
2007-10-17 08:42:55 -07:00
2007-10-17 08:42:55 -07:00
2008-01-28 23:21:18 +01:00
2007-10-11 14:36:47 +10:00
2008-02-06 10:41:00 -08:00