diff options
author | Sachin P. Sant <sachinp@in.ibm.com> | 2009-12-13 21:15:12 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-12-18 14:54:27 +1100 |
commit | 5c3399198791f7f828eb9fd504dbb46eef3cb472 (patch) | |
tree | c090c3565204d7d81aec31c3317818cc6d608480 /arch/powerpc/mm/mmu_context_nohash.c | |
parent | 01ae45bcd48527e90923d4a247259770eb836d2b (diff) |
powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled.
This time without the funny characters.
Fix following build errors generated with DEBUG=1
cc1: warnings being treated as errors
arch/powerpc/mm/hash_utils_64.c: In function 'htab_dt_scan_page_sizes':
arch/powerpc/mm/hash_utils_64.c:343: error: format '%04x' expects type 'unsigned int', but argument 4 has type 'long unsigned int'
arch/powerpc/mm/hash_utils_64.c:343: error: format '%08x' expects type 'unsigned int', but argument 5 has type 'long unsigned int'
arch/powerpc/mm/hash_utils_64.c: In function 'htab_initialize':
arch/powerpc/mm/hash_utils_64.c:666: error: format '%x' expects type 'unsigned int', but argument 4 has type 'long unsigned int'
... SNIP ...
Signed-off-by: Sachin Sant <sachinp@in.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/mm/mmu_context_nohash.c')
0 files changed, 0 insertions, 0 deletions