]> git.cameronkatri.com Git - pw-darwin.git/commit
Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not change
authorJung-uk Kim <jkim@FreeBSD.org>
Tue, 5 Oct 2010 18:38:23 +0000 (18:38 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Tue, 5 Oct 2010 18:38:23 +0000 (18:38 +0000)
commit717c2073724a6d1eef8bcf8dc4c3ec481d36703d
tree24f4a5cbe5154e64a246bccbf7c36e29cbe2280d
parent0bd62940e7448723174826add8a3541601d442d8
Prefer pmap_unmapbios() over pmap_unmapdev().  The binary does not change
after this because pmap_unmapbios() is a macro for pmap_unmapdev() on amd64.
pw/pw_user.c