kernel: refresh patches
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-2.6.35 / 023-mips-fix-kexec.patch
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
7 - kexec_start_address = image->start;
8 + kexec_start_address = (unsigned long) phys_to_virt(image->start);
9 kexec_indirection_page =
10 (unsigned long) phys_to_virt(image->head & PAGE_MASK);
11