Re: mec and resets
Izumi Tsutsui <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sgimips |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Can you break into ddb? (send a break on serial console, I actually have > no idea how to do it with a keyboard on sgimips) According to sgimips/sgimips/cpu.c:cpu_intr(), it doesn't handle nested interrupts so we can't get ddb prompt if a running kernel sticks in interrupt handlers. (and it also causes watchdog reset) Maybe we should make cpu_intr() platform specific like pmax.. --- Izumi Tsutsui