sparc32: avoid build warning at mm/percpu.c:1647
authorSam Ravnborg <sam@ravnborg.org>
Thu, 21 Apr 2011 22:48:39 +0000 (15:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Apr 2011 22:48:39 +0000 (15:48 -0700)
commiteb485d6414fa1ca45282183afb6d6cfb8dbe18e2
tree1e442ed460e62ca356cf85e76a1573d5802ab10b
parent7671fa22af7a8a066663d93117c866672bd211c8
sparc32: avoid build warning at mm/percpu.c:1647

Fix following warning:

mm/percpu.c: In function 'pcpu_embed_first_chunk':
mm/percpu.c:1647:3: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'unsigned int'

Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
[sam: added warning message to changelog, use _AC()]
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/pgtable_32.h