xref: /csrg-svn/sys/ufs/mfs/mfsiom.h (revision 44536)
139020Smckusick /*
239020Smckusick  * Copyright (c) 1989 The Regents of the University of California.
339020Smckusick  * All rights reserved.
439020Smckusick  *
5*44536Sbostic  * %sccs.include.redist.c%
639020Smckusick  *
7*44536Sbostic  *	@(#)mfsiom.h	7.2 (Berkeley) 06/28/90
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