K 10 svn:author V 3 alc K 8 svn:date V 27 2018-08-18T18:33:50.624343Z K 7 svn:log V 294 Eliminate the arena parameter to kmem_malloc_domain(). It is redundant. The domain and flags parameters suffice. In fact, the related functions kmem_alloc_{attr,contig}_domain() don't have an arena parameter. Reviewed by: kib, markj Differential Revision: https://reviews.freebsd.org/D16713 END