diff options
author | Jamey Sharp <jamey@thetovacompany.com> | 2008-04-22 16:21:08 -0700 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-04-24 11:20:59 +1000 |
commit | 7b325f8528d230e50a0c3841a3ac587dea2200e2 (patch) | |
tree | 00477dc01de16471010e31e387a3464c858de3b7 /kexec/arch/i386/kexec-multiboot-x86.c | |
parent | 23d14a85327252ee07332ca13b2b7973b410bf7d (diff) |
Fix all gcc warnings for ARCH=i386 builds.
Signed-off-by: Jamey Sharp <jamey@thetovacompany.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/arch/i386/kexec-multiboot-x86.c')
-rw-r--r-- | kexec/arch/i386/kexec-multiboot-x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/i386/kexec-multiboot-x86.c b/kexec/arch/i386/kexec-multiboot-x86.c index 5ad279a..1618c82 100644 --- a/kexec/arch/i386/kexec-multiboot-x86.c +++ b/kexec/arch/i386/kexec-multiboot-x86.c @@ -210,7 +210,7 @@ int multiboot_x86_load(int argc, char **argv, const char *buf, off_t len, elf_exec_build_load(info, &ehdr, buf, len, 0); /* Load the setup code */ - elf_rel_build_load(info, &info->rhdr, purgatory, purgatory_size, 0, + elf_rel_build_load(info, &info->rhdr, (char *) purgatory, purgatory_size, 0, ULONG_MAX, 1, 0); /* The first segment will contain the multiboot headers: |