| 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. |