diff options
Diffstat (limited to 'kexec/arch/ia64/kexec-elf-ia64.c')
-rw-r--r-- | kexec/arch/ia64/kexec-elf-ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/ia64/kexec-elf-ia64.c b/kexec/arch/ia64/kexec-elf-ia64.c index 71283c6..f5273b7 100644 --- a/kexec/arch/ia64/kexec-elf-ia64.c +++ b/kexec/arch/ia64/kexec-elf-ia64.c @@ -98,7 +98,7 @@ void elf_ia64_usage(void) */ void move_loaded_segments(struct mem_ehdr *ehdr, unsigned long addr) { - int i; + unsigned i; long offset; struct mem_phdr *phdr; for(i = 0; i < ehdr->e_phnum; i++) { |