mbox series

[0/2] MIPS Booting fixes

Message ID 20230225221008.8520-1-jiaxun.yang@flygoat.com (mailing list archive)
Headers show
Series MIPS Booting fixes | expand

Message

Jiaxun Yang Feb. 25, 2023, 10:10 p.m. UTC
Hi all,

This patchset fixes two issues that was found when doing reboot
stress test on Malta/Boston board with various MIPS cores.

Perhaps they should go through the mips-fixes tree.

Thanks

Jiaxun Yang (2):
  MIPS: smp-cps: Don't rely on CP0_CMGCRBASE
  MIPS: cevt-r4k: Offset counter value for clearing compare interrupt

 arch/mips/include/asm/smp-cps.h |  4 ++++
 arch/mips/kernel/cevt-r4k.c     |  3 +++
 arch/mips/kernel/cps-vec.S      | 35 ++++++++++++++-------------------
 arch/mips/kernel/smp-cps.c      |  2 ++
 4 files changed, 24 insertions(+), 20 deletions(-)