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/alpha | |
parent | 25f9fe0c0777e9c7313f7fad6c6f8669cbc1d9eb (diff) |
Now that pmaps can have vm_page_md, make pmap_physseg optional.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/include/vmparam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/include/vmparam.h b/sys/arch/alpha/include/vmparam.h index c20f8514f13..84ff515e420 100644 --- a/sys/arch/alpha/include/vmparam.h +++ b/sys/arch/alpha/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.7 2001/06/27 06:19:42 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.8 2001/11/30 17:37:43 art Exp $ */ /* $NetBSD: vmparam.h,v 1.18 2000/05/22 17:13:54 thorpej Exp $ */ /* @@ -139,6 +139,7 @@ /* * pmap-specific data stored in the vm_physmem[] array. */ +#define __HAVE_PMAP_PHYSSEG struct pmap_physseg { struct pv_head *pvhead; /* pv list of this seg */ }; |