diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-30 17:37:44 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-30 17:37:44 +0000 |
commit | 9e18a353d5c30a563087c8a7e5421920bfa4aa03 (patch) | |
tree | dbe314d60c12de151df5df2d58957669cd6fd6ac /sys/arch/mvmeppc | |
parent | 25f9fe0c0777e9c7313f7fad6c6f8669cbc1d9eb (diff) |
Now that pmaps can have vm_page_md, make pmap_physseg optional.
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/include/vmparam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvmeppc/include/vmparam.h b/sys/arch/mvmeppc/include/vmparam.h index c036d1c2392..a689f5d932e 100644 --- a/sys/arch/mvmeppc/include/vmparam.h +++ b/sys/arch/mvmeppc/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.6 2001/11/06 22:45:57 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.7 2001/11/30 17:37:43 art Exp $ */ /* $NetBSD: vmparam.h,v 1.1 1996/09/30 16:34:38 ws Exp $ */ /*- @@ -102,6 +102,7 @@ extern vm_offset_t ppc_kvm_size; #define VM_MBUF_SIZE (NMBCLUSTERS * PAGE_SIZE) #define VM_PHYS_SIZE (USRIOSIZE * PAGE_SIZE) +#define __HAVE_PMAP_PHYSSEG struct pmap_physseg { struct pv_entry *pvent; char *attrs; |