[BACK]Return to param.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / powerpc / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/powerpc/include/param.h between version 1.20 and 1.21

version 1.20, 2006/08/28 13:43:35 version 1.21, 2010/02/08 19:02:31
Line 98 
Line 98 
 #endif  #endif
 #define MCLBYTES        (1 << MCLSHIFT) /* size of a m_buf cluster */  #define MCLBYTES        (1 << MCLSHIFT) /* size of a m_buf cluster */
   
 #ifndef NMBCLUSTERS  
   
 #if defined(_KERNEL_OPT)  
 #include "opt_gateway.h"  
 #endif  
   
 #ifdef GATEWAY  
 #define NMBCLUSTERS     2048            /* map size, max cluster allocation */  
 #else  
 #define NMBCLUSTERS     1024            /* map size, max cluster allocation */  
 #endif  
 #endif  
   
 /*  /*
  * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized   * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized
  * logical pages.   * logical pages.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>