]> git.baikalelectronics.ru Git - kernel.git/commit
x86: kernel/mpparse.c fix compilation warnings
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Wed, 11 Feb 2009 18:08:25 +0000 (23:38 +0530)
committerIngo Molnar <mingo@elte.hu>
Wed, 11 Feb 2009 20:01:08 +0000 (21:01 +0100)
commit4b4977051281693bd6176e491de5d94548f15be1
tree27de2eef54faac20eb4e3cda76f3f02a9a672bfe
parent725e21270d629b866a57c25e0665f3fd76c26b85
x86: kernel/mpparse.c fix compilation warnings

 arch/x86/kernel/mpparse.c: In function ‘smp_scan_config’:
 arch/x86/kernel/mpparse.c:696: warning: format ‘%08lx’ expects type ‘long unsigned int’, but argument 3 has type ‘phys_addr_t’
 arch/x86/kernel/mpparse.c: In function ‘update_mp_table’:
 arch/x86/kernel/mpparse.c:1014: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 2 has type ‘phys_addr_t’

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/mpparse.c