powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled.
authorSachin P. Sant <sachinp@in.ibm.com>
Sun, 13 Dec 2009 21:15:12 +0000 (21:15 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 18 Dec 2009 03:54:27 +0000 (14:54 +1100)
commit5c3399198791f7f828eb9fd504dbb46eef3cb472
treec090c3565204d7d81aec31c3317818cc6d608480
parent01ae45bcd48527e90923d4a247259770eb836d2b
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>
arch/powerpc/mm/hash_utils_64.c