diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-07-19 10:53:43 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-07 06:32:57 +0200 |
commit | c72fa7df3758c047660e27c34dfd2f9a14181c53 (patch) | |
tree | e3c7e93e0362036d0b975fc89b35c9138470df03 /scripts/Makefile.asm-generic | |
parent | powerpc: Don't try OPAL takeover on old 970 blades (diff) | |
download | linux-c72fa7df3758c047660e27c34dfd2f9a14181c53.tar.xz linux-c72fa7df3758c047660e27c34dfd2f9a14181c53.zip |
powerpc/85xx: sbc8560 - correct compilation if CONFIG_PHYS_ADDR_T_64BIT is set
If CONFIG_PHYS_ADDR_T_64BIT is set, compilation of sbc8560 fails with
the following error:
arch/powerpc/platforms/85xx/sbc8560.c: In function ‘sbc8560_bdrstcr_init’:
arch/powerpc/platforms/85xx/sbc8560.c:286: error: format ‘%x’ expects type ‘unsigned int’, but argument 2 has type ‘resource_size_t’
Fix that by using %pR format instead of just printing the start of
resource.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'scripts/Makefile.asm-generic')
0 files changed, 0 insertions, 0 deletions