NetBSD-Bugs archive

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

Re: kern/51096: hid tests failing on i386, sparc since nick-nhusb merge



I have no idea why, but cpu_softintr_p is returning true and this KASSERT is firing

    405     KASSERTMSG((!cpu_intr_p() && !cpu_softintr_p()),
    406         "kmem(9) should not be used from the interrupt context");

maybe rump_init is needed...

Nick



Home | Main Index | Thread Index | Old Index