011-mips_boot.patch 329 B

12345678910111213141516171819
  1. --- a/arch/mips/kernel/head.S
  2. +++ b/arch/mips/kernel/head.S
  3. @@ -129,11 +129,15 @@
  4. #endif
  5. .endm
  6. +
  7. + j kernel_entry
  8. + nop
  9. +
  10. /*
  11. * Reserved space for exception handlers.
  12. * Necessary for machines which link their kernels at KSEG0.
  13. */
  14. - .fill 0x400
  15. + .align 10
  16. EXPORT(stext) # used for profiling
  17. EXPORT(_stext)