K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-01-10T21:04:43.000000Z K 7 svn:log V 360 Remove uma_zalloc_arg() hack, which coerced M_WAITOK to M_NOWAIT when allocations were made using improper flags in interrupt context. Replace with a simple WITNESS warning call. This restores the invariant that M_WAITOK allocations will always succeed or die horribly trying, which is relied on by many UMA consumers. MFC after: 3 weeks Discussed with: jhb END