xref: /csrg-svn/sys/ufs/mfs/mfsiom.h (revision 63375)
139020Smckusick /*
2*63375Sbostic  * Copyright (c) 1989, 1993
3*63375Sbostic  *	The Regents of the University of California.  All rights reserved.
439020Smckusick  *
544536Sbostic  * %sccs.include.redist.c%
639020Smckusick  *
7*63375Sbostic  *	@(#)mfsiom.h	8.1 (Berkeley) 06/11/93
839020Smckusick  */
939020Smckusick 
1039020Smckusick #define MFS_MAPREG	(MAXPHYS/NBPG + 2) /* Kernel mapping pte's */
1139020Smckusick #define MFS_MAPSIZE	10		   /* Size of alloc map for pte's */
12