308-mips_boot.patch 201 B

1234567891011
  1. --- a/arch/mips/kernel/head.S
  2. +++ b/arch/mips/kernel/head.S
  3. @@ -121,6 +121,8 @@
  4. #endif
  5. .endm
  6. + j kernel_entry
  7. + nop
  8. #ifndef CONFIG_NO_EXCEPT_FILL
  9. /*
  10. * Reserved space for exception handlers.