diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 6b0426ef56cd..737fc2e9d979 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -3016,6 +3016,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 +=