[BACK]Return to subr_pool.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/subr_pool.c between version 1.176 and 1.177

version 1.176, 2009/10/15 20:50:12 version 1.177, 2009/10/20 17:24:22
Line 2300  pool_cache_invalidate(pool_cache_t pc)
Line 2300  pool_cache_invalidate(pool_cache_t pc)
         pcg_t *full, *empty, *part;          pcg_t *full, *empty, *part;
         uint64_t where;          uint64_t where;
   
         if (ncpu < 2) {          if (ncpu < 2 || !mp_online) {
                 /*                  /*
                  * We might be called early enough in the boot process                   * We might be called early enough in the boot process
                  * for the CPU data structures to not be fully initialized.                   * for the CPU data structures to not be fully initialized.

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177

CVSweb <webmaster@jp.NetBSD.org>