HomeFreeBSD

Eliminate the arena parameter to kmem_malloc_domain(). It is redundant.

Description

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

Details

Provenance
alcAuthored on
Reviewer
kib
Differential Revision
D16713: Eliminate an unnecessary parameter to kmem_malloc_domain()
Parents
rS338017: MFC r336570:
Branches
Unknown
Tags
Unknown