Deleted Added
full compact
51c51
< __FBSDID("$FreeBSD: head/sys/vm/uma_core.c 301176 2016-06-01 22:31:35Z markj $");
---
> __FBSDID("$FreeBSD: head/sys/vm/uma_core.c 302372 2016-07-06 14:09:49Z nwhitehorn $");
1230c1230
< u_int ncpus = mp_ncpus ? mp_ncpus : MAXCPU;
---
> u_int ncpus = (mp_maxid + 1) ? (mp_maxid + 1) : MAXCPU;
3267a3268
> int i;
3270c3271
< for (int i = 0; i < mp_ncpus; i++)
---
> CPU_FOREACH(i)