commit | 1065932fcb73ca188a497d8853a1a00422ce6c62 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Jul 31 15:16:32 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jul 31 21:35:35 2007 +0100 |
tree | 98c3bd43549c4a44a2c7e18f02993d11aea0242a | |
parent | ff32b062ea6d16a1c53d57da0ac9419c9d015534 [diff] |
[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>