x86/visws: fix printk format warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 4 Mar 2008 22:55:47 +0000 (14:55 -0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 21 Mar 2008 16:06:15 +0000 (17:06 +0100)
commit31780715605f7fd09a06f509d677cd538104baa9
tree8fd718879fa45ed9b0547d12a6513b4333518b8d
parentf2f7abcb96f03a7a42c13063ad556fc80e345c71
x86/visws: fix printk format warnings

Fix visws printk format warnings:

/local/linsrc/linux-2.6.24-git15/arch/x86/mach-visws/traps.c:50: warning: format '%#lx' expects type 'long unsigned int', but argument 2 has type 'u32'
/local/linsrc/linux-2.6.24-git15/arch/x86/mach-visws/traps.c:50: warning: format '%#lx' expects type 'long unsigned int', but argument 3 has type 'u32'

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