summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/vm_machdep.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2003-11-16 06:11:26 +0000
committeralc <alc@FreeBSD.org>2003-11-16 06:11:26 +0000
commit74614e7f63a3fda41bd634356405cc328a9e2284 (patch)
treeb69ee615792b94ee1abcb1231c0534c04003fef9 /sys/powerpc/aim/vm_machdep.c
parenta26ad70ac9b89e66563dd0bcc539d7bf9a9c2757 (diff)
downloadFreeBSD-src-74614e7f63a3fda41bd634356405cc328a9e2284.zip
FreeBSD-src-74614e7f63a3fda41bd634356405cc328a9e2284.tar.gz
- Modify alpha's sf_buf implementation to use the direct virtual-to-
physical mapping. - Move the sf_buf API to its own header file; make struct sf_buf's definition machine dependent. In this commit, we remove an unnecessary field from struct sf_buf on the alpha, amd64, and ia64. Ultimately, we may eliminate struct sf_buf on those architecures except as an opaque pointer that references a vm page.
Diffstat (limited to 'sys/powerpc/aim/vm_machdep.c')
-rw-r--r--sys/powerpc/aim/vm_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/vm_machdep.c b/sys/powerpc/aim/vm_machdep.c
index cef8327..a53a03e 100644
--- a/sys/powerpc/aim/vm_machdep.c
+++ b/sys/powerpc/aim/vm_machdep.c
@@ -82,7 +82,7 @@
#include <sys/vmmeter.h>
#include <sys/kernel.h>
#include <sys/mbuf.h>
-#include <sys/socketvar.h>
+#include <sys/sf_buf.h>
#include <sys/sysctl.h>
#include <sys/unistd.h>
OpenPOWER on IntegriCloud