x86: fix setup printk format warning
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 2 May 2008 20:32:35 +0000 (13:32 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 4 May 2008 18:04:46 +0000 (20:04 +0200)
commit62179849b40aded9e727cca5006627a1c4d6446e
tree4d90afc0229b20457b3266067574effb0b60235b
parente26a28d190304d910ee49b81cbfe6d9241f56e86
x86: fix setup printk format warning

Fix x86 setup printk format warming:

next-20080430/arch/x86/kernel/setup.c:172: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'ssize_t'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: mingo@elte.hu
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup.c