diff --git a/sys/arch/macppc/include/vmparam.h b/sys/arch/macppc/include/vmparam.h index 694eba939496..208ceb83a1c6 100644 --- a/sys/arch/macppc/include/vmparam.h +++ b/sys/arch/macppc/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.11 2000/02/11 19:25:16 thorpej Exp $ */ +/* $NetBSD: vmparam.h,v 1.12 2000/11/27 11:37:33 tsubai Exp $ */ /*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -94,6 +94,11 @@ #define VM_MAX_KERNEL_BUF (SEGMENT_LENGTH * 7 / 10) #endif +/* + * Override the default pager_map size, there's not enough KVA. + */ +#define PAGER_MAP_SIZE (4 * 1024 * 1024) + #define VM_PHYS_SIZE (USRIOSIZE * NBPG) struct pmap_physseg {