]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move uma_small_alloc() and uma_small_free() out of the pmap and into their
authoralc <alc@FreeBSD.org>
Fri, 11 Jun 2004 19:55:56 +0000 (19:55 +0000)
committeralc <alc@FreeBSD.org>
Fri, 11 Jun 2004 19:55:56 +0000 (19:55 +0000)
commitfd16a27e26365d70915824d27913f8b4fed5954d
tree2c117becd088519f0e7689109e5dc9bdffc7f3f9
parent9a1b8503937fdcb6b36a55798a9986f5dcaf1191
Move uma_small_alloc() and uma_small_free() out of the pmap and into their
own machine-dependent file.  This makes alpha consistent with amd64, ia64,
and powerpc.
sys/alpha/alpha/pmap.c
sys/alpha/alpha/uma_machdep.c [new file with mode: 0644]
sys/conf/files.alpha