commit | b18f0ae92b0a1db565c3e505fa87b6971ad3b641 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Fri Dec 14 10:27:47 2018 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Dec 20 22:21:20 2018 +1100 |
tree | 957806541d2a1a756bde5847cee049186b7e8dd7 | |
parent | e1e71e201703500f708bdeaf64660a2a178cb6a0 [diff] |
powerpc/prom: fix early DEBUG messages This patch fixes early DEBUG messages in prom.c: - Use %px instead of %p to see the addresses - Cast memblock_phys_mem_size() with (unsigned long long) to avoid build failure when phys_addr_t is not 64 bits. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>