Re: PCU panic on V240
Matt Thomas <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Dec 5, 2013, at 5:54 AM, J. Hannken-Illjes <[email protected]> wrote: > - xc_sih = softint_establish(SOFTINT_CLOCK | SOFTINT_MPSAFE, > + xc_sih = softint_establish(SOFTINT_SERIAL | SOFTINT_MPSAFE, > xc__highpri_intr, NULL); That almost makes sense since SOFTINT_SERIAL can preempt SOFTINT_CLOCK/SOFTINT_NET but servicing softints shouldn't increase interrupt depth.