K 10 svn:author V 5 markj K 8 svn:date V 27 2014-02-22T05:13:35.527291Z K 7 svn:log V 306 Define the KM_NORMALPRI flag for kmem_alloc(), as it is used in some upstream DTrace code. It indicates that the kernel memory allocator need not attempt to satisfy non-blocking allocations in low-memory conditions. This has no direct equivalent in the malloc(9) flags, so it is just defined to 0 for now. END