Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PCU panic on V240



On Dec 5, 2013, at 5:54 AM, J. Hannken-Illjes 
<hannken%eis.cs.tu-bs.de@localhost> 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.


Home | Main Index | Thread Index | Old Index