From fedac08c79b2b41bd42aa47525d76b27ca027c4a Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 2 Jun 2004 13:49:44 +0000 Subject: More realistic kernel pdt sizing for the Luna88k (sync with recent mvme88k changes) - makes almost 3MB more memory available for userland. Tested by aoyama@ --- sys/arch/luna88k/include/pmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/luna88k/include') 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); -- cgit v1.2.3