I noticed there is a NMI handler in mips32 kernel tree (arch/mips/kernel/head.S and traps.c). But there is not a counterpart in mips64. Do we need one?
From Ralf's earlier emails, the execution of NMI will pass through the firmware. Does that
mean just the firmware handles the NMI? And if the NMI can be enabled/disabled? My testing system is BCM1250 with SB1 cores.
Thanks in advance, Lijun