diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-03-16 09:06:04 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-03-16 09:06:04 +0000 |
commit | 95f138edd63968725ea7388add15c9e46089832a (patch) | |
tree | 2072b0da57e608919cf5217ee6ef971d1a2ae6fb /sys/arch/alpha/include/pmap.h | |
parent | a62b60c2323478cd3f35a8fd5e92aec617c74774 (diff) |
Implement pmap_growkernel. From NetBSD.
Diffstat (limited to 'sys/arch/alpha/include/pmap.h')
-rw-r--r-- | sys/arch/alpha/include/pmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/include/pmap.h b/sys/arch/alpha/include/pmap.h index ad9aedf06b2..007931c4723 100644 --- a/sys/arch/alpha/include/pmap.h +++ b/sys/arch/alpha/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.6 2000/11/08 21:27:21 ericj Exp $ */ +/* $OpenBSD: pmap.h,v 1.7 2001/03/16 09:06:02 art Exp $ */ /* $NetBSD: pmap.h,v 1.35 2000/06/08 03:10:06 thorpej Exp $ */ /*- @@ -192,6 +192,7 @@ void pmap_do_tlb_shootdown(void); extern pt_entry_t *VPT; /* Virtual Page Table */ #define PMAP_STEAL_MEMORY /* enable pmap_steal_memory() */ +#define PMAP_GROWKERNEL /* enable pmap_growkernel() */ /* * Alternate mapping hooks for pool pages. Avoids thrashing the TLB. |