[MIPS] Kexec: Fix several warnings.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 31 Jul 2007 14:16:32 +0000 (15:16 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 31 Jul 2007 20:35:35 +0000 (21:35 +0100)
commit1065932fcb73ca188a497d8853a1a00422ce6c62
tree98c3bd43549c4a44a2c7e18f02993d11aea0242a
parentff32b062ea6d16a1c53d57da0ac9419c9d015534
[MIPS] Kexec: Fix several warnings.

arch/mips/kernel/machine_kexec.c: In function 'machine_kexec':
arch/mips/kernel/machine_kexec.c:54: warning: assignment makes integer from pointer without a cast
arch/mips/kernel/machine_kexec.c:70: warning: assignment makes integer from pointer without a cast
arch/mips/kernel/machine_kexec.c:81: warning: format '%08x' expects type 'unsigned int', but argument 2 has type 'long unsigned int'

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/machine_kexec.c