303-mips_fix_kexec.patch 409 B

1234567891011
  1. --- a/arch/mips/kernel/machine_kexec.c
  2. +++ b/arch/mips/kernel/machine_kexec.c
  3. @@ -52,7 +52,7 @@ machine_kexec(struct kimage *image)
  4. reboot_code_buffer =
  5. (unsigned long)page_address(image->control_code_page);
  6. - kexec_start_address = image->start;
  7. + kexec_start_address = (unsigned long) phys_to_virt(image->start);
  8. kexec_indirection_page =
  9. (unsigned long) phys_to_virt(image->head & PAGE_MASK);