kexec-tools: Continue instead of returning (i386)
Make the 32-bit code similar to the 64-bit version.
Signed-off-by: Magnus Damm <[EMAIL PROTECTED]>
---
kexec/arch/i386/crashdump-x86.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 0002/kexec/arch/i386/crashdump-x86.c
+++ work/kexec/arch/i386/crashdump-x86.c 2006-11-17 13:20:57.000000000
+0900
@@ -602,7 +602,7 @@ static int prepare_crash_memory_elf32_he
for (i = 0; i < nr_cpus; i++) {
if (get_crash_notes(i, ¬es_addr, ¬es_len) < 0) {
/* This cpu is not present. Skip it. */
- return -1;
+ continue;
}
phdr = (Elf32_Phdr *) bufp;
bufp += sizeof(Elf32_Phdr);
_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot