diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-11 10:57:23 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-11 10:57:23 +0000 |
commit | 7a180b0dffd8a6191dc39c284c4b43646bbe8ac6 (patch) | |
tree | 5442aa1b4d2ff26b5330a6478a7d647080cc100a /sys/uvm/uvm_device.h | |
parent | 511fb2556ded7a7b5ce46090532eccce46d77468 (diff) |
Various random fixes from NetBSD.
Including support for zeroing pages in the idle loop (not enabled yet).
Diffstat (limited to 'sys/uvm/uvm_device.h')
-rw-r--r-- | sys/uvm/uvm_device.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/uvm/uvm_device.h b/sys/uvm/uvm_device.h index af56a7d4eaa..b127c7f5ede 100644 --- a/sys/uvm/uvm_device.h +++ b/sys/uvm/uvm_device.h @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_device.h,v 1.6 2001/03/09 05:34:38 smart Exp $ */ -/* $NetBSD: uvm_device.h,v 1.8 1999/06/21 17:25:11 thorpej Exp $ */ +/* $OpenBSD: uvm_device.h,v 1.7 2001/08/11 10:57:22 art Exp $ */ +/* $NetBSD: uvm_device.h,v 1.9 2000/05/28 10:21:55 drochner Exp $ */ /* * @@ -70,7 +70,7 @@ struct uvm_device { * prototypes */ -struct uvm_object *udv_attach __P((void *, vm_prot_t, vaddr_t, vsize_t)); +struct uvm_object *udv_attach __P((void *, vm_prot_t, voff_t, vsize_t)); #endif /* _KERNEL */ |