K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-24T14:18:00.000000Z K 7 svn:log V 227 Don't call malloc(..., M_WAITOK) at splnet(). Doing so is often a mistake (since softnet interrupts may occur if malloc() waits), and doing it harmlessly but unnecessarily here interfered with detection of the mistaken cases. END