K 10 svn:author V 3 alc K 8 svn:date V 27 2012-11-14T17:33:00.853066Z K 7 svn:log V 289 The function pmap_alloc_direct_page() unconditionally zeroes the returned page. Therefore, it is really inappropriate for use by the function uma_small_alloc(). The effect of using it was that every page was zeroed at least once and possibly twice if M_ZERO was passed as a "wait" flag. END