[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.27 and 1.27.2.1

version 1.27, 2012/01/30 06:04:32 version 1.27.2.1, 2012/10/01 17:51:14
Line 110 
Line 110 
 #define NKMEMPAGES_MIN_DEFAULT  ((16 * 1024 * 1024) >> PAGE_SHIFT)  #define NKMEMPAGES_MIN_DEFAULT  ((16 * 1024 * 1024) >> PAGE_SHIFT)
 #endif  #endif
 #ifndef NKMEMPAGES_MAX_DEFAULT  #ifndef NKMEMPAGES_MAX_DEFAULT
 #define NKMEMPAGES_MAX_DEFAULT  ((128 * 1024 * 1024) >> PAGE_SHIFT)  #define NKMEMPAGES_MAX_DEFAULT  ((256 * 1024 * 1024) >> PAGE_SHIFT)
 #endif  #endif
   
 #if defined(_KERNEL) && !defined(_LOCORE)  #if defined(_KERNEL) && !defined(_LOCORE)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.27.2.1

CVSweb <webmaster@jp.NetBSD.org>