]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an implementation of uiomove_fromphys() to sparc64. This
authoralc <alc@FreeBSD.org>
Mon, 22 Mar 2004 08:08:25 +0000 (08:08 +0000)
committeralc <alc@FreeBSD.org>
Mon, 22 Mar 2004 08:08:25 +0000 (08:08 +0000)
commitab3f12c3ce0418bd00365022d2d998fbe567279d
tree211d5ba7a644874be8a6d7a8a3e7ed2377bb13e1
parent30025170bd09677e4ca4b99594b84574fef3ad97
Add an implementation of uiomove_fromphys() to sparc64.  This
implementation could be characterized as a hybrid of the amd64 and i386
implementations.  Specifically, the direct virtual-to-physical mapping is
used if possible and sf_buf_alloc() is used if the direct map cannot.
sys/conf/files.sparc64
sys/sparc64/sparc64/uio_machdep.c [new file with mode: 0644]