diff options
-rw-r--r-- | arch/mips/kernel/relocate_kernel.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/kernel/relocate_kernel.S b/arch/mips/kernel/relocate_kernel.S index 43d2d78d3287..74bab9ddd0e1 100644 --- a/arch/mips/kernel/relocate_kernel.S +++ b/arch/mips/kernel/relocate_kernel.S | |||
@@ -26,6 +26,12 @@ process_entry: | |||
26 | PTR_L s2, (s0) | 26 | PTR_L s2, (s0) |
27 | PTR_ADD s0, s0, SZREG | 27 | PTR_ADD s0, s0, SZREG |
28 | 28 | ||
29 | /* | ||
30 | * In case of a kdump/crash kernel, the indirection page is not | ||
31 | * populated as the kernel is directly copied to a reserved location | ||
32 | */ | ||
33 | beqz s2, done | ||
34 | |||
29 | /* destination page */ | 35 | /* destination page */ |
30 | and s3, s2, 0x1 | 36 | and s3, s2, 0x1 |
31 | beq s3, zero, 1f | 37 | beq s3, zero, 1f |