diff options
Diffstat (limited to 'sys/amd64/amd64/vm_machdep.c')
-rw-r--r-- | sys/amd64/amd64/vm_machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c index c73e86e..08dab53 100644 --- a/sys/amd64/amd64/vm_machdep.c +++ b/sys/amd64/amd64/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $Id: vm_machdep.c,v 1.39 1995/05/30 07:59:46 rgrimes Exp $ + * $Id: vm_machdep.c,v 1.40 1995/07/13 08:47:29 davidg Exp $ */ #include "npx.h" @@ -61,10 +61,8 @@ #include <i386/isa/isa.h> #ifdef BOUNCE_BUFFERS -vm_map_t io_map; volatile int kvasfreecnt; - caddr_t bouncememory; int bouncepages, bpwait; vm_offset_t *bouncepa; |