diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-06-02 13:49:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-06-02 13:49:44 +0000 |
commit | fedac08c79b2b41bd42aa47525d76b27ca027c4a (patch) | |
tree | fcc01948dd2c4def4461f8c78473f2991234bb11 /sys/arch/luna88k/include | |
parent | 9bb777f068fbb34930ccc6fbf86342bd7b1ad4ed (diff) |
More realistic kernel pdt sizing for the Luna88k (sync with recent mvme88k
changes) - makes almost 3MB more memory available for userland.
Tested by aoyama@
Diffstat (limited to 'sys/arch/luna88k/include')
-rw-r--r-- | sys/arch/luna88k/include/pmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/include/pmap.h b/sys/arch/luna88k/include/pmap.h index d8864c577a7..6bac2b51e93 100644 --- a/sys/arch/luna88k/include/pmap.h +++ b/sys/arch/luna88k/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.2 2004/05/20 09:20:42 kettenis Exp $ */ +/* $OpenBSD: pmap.h,v 1.3 2004/06/02 13:49:41 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1991 Carnegie Mellon University @@ -70,7 +70,7 @@ extern caddr_t vmmap; #define pmap_proc_iflush(p,va,len) do { /* nothing */ } while (0) -void pmap_bootstrap(vaddr_t, paddr_t *, paddr_t *, vaddr_t *, vaddr_t *); +void pmap_bootstrap(vaddr_t); void pmap_cache_ctrl(pmap_t, vaddr_t, vaddr_t, u_int); boolean_t pmap_unsetbit(struct vm_page *, int); |