home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / dshm / root / tmp / segshm / Space.c / Space
Text File  |  1998-08-19  |  888b  |  22 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. #ident    "@(#)kern-i386:mem/segshm.cf/Space.c    1.1"
  12.  
  13. #include <sys/types.h>
  14. #include <sys/param.h>
  15.  
  16. /*
  17.  * The default granularity to use for placing fine grained affinity shared
  18.  * memory segments.  This count is measured in bytes, should be non-zero,
  19.  * and should be a multiple of the system page size.
  20.  */
  21. uint_t fgashm_def_granularity = PAGESIZE;
  22.