diff options
Diffstat (limited to 'sys/powerpc/aim/vm_machdep.c')
-rw-r--r-- | sys/powerpc/aim/vm_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/vm_machdep.c b/sys/powerpc/aim/vm_machdep.c index f706590..c766291 100644 --- a/sys/powerpc/aim/vm_machdep.c +++ b/sys/powerpc/aim/vm_machdep.c @@ -73,6 +73,7 @@ #include <sys/malloc.h> #include <sys/bio.h> #include <sys/buf.h> +#include <sys/mutex.h> #include <sys/vnode.h> #include <sys/vmmeter.h> #include <sys/kernel.h> @@ -84,7 +85,6 @@ #include <machine/fpu.h> #include <machine/md_var.h> #include <machine/prom.h> -#include <machine/mutex.h> #include <vm/vm.h> #include <vm/vm_param.h> |