diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-02-11 19:20:56 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-02-11 19:20:56 +0000 |
| commit | 082dc776db9cd737edc5f8771f46b25cc09034ad (patch) | |
| tree | 2dfbf109d1ca55e804b55a31e7251e446b714641 /sys/vm | |
| parent | 1d90b80f28985d2a22381421abba5e9594660db7 (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/uma_core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 9cba214834d1..3268a1ca88de 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -3012,6 +3012,8 @@ restart: bzero(&ups, sizeof(ups)); if (kz->uk_flags & UMA_ZFLAG_INTERNAL) goto skip; + if (CPU_ABSENT(i)) + goto skip; cache = &z->uz_cpu[i]; if (cache->uc_allocbucket != NULL) ups.ups_cache_free += |
