Bosko Milekic 49f854f926 - Do not handle the per-CPU containers in mbuf code as though the cpuids
were indices in a dense array. The cpuids are a sparse set and treat
  them as such, setting up containers only for CPUs activated during
  mb_init().

- Fix netstat(1) and systat(1) to treat the per-CPU stats area as a sparse
  map, in accordance with the above.

This allows us to properly boot with certain CPUs disactivated. However, if
we later decide to re-activate said CPUs, we will barf until we decide to
implement CPU spinon/spinoff callback hooks to allow for said CPUs' per-CPU
containers to get configured on their activation.

Reported by: mjacob
Partially (sys/ diffs) Submitted by: mjacob
2001-07-26 18:47:46 +00:00
..
2001-07-23 12:05:27 +00:00
2001-07-26 02:20:47 +00:00
2001-07-22 19:55:05 +00:00
2001-07-25 20:15:17 +00:00
2001-07-25 20:15:49 +00:00
2001-06-11 12:39:29 +00:00
2001-06-14 11:05:01 +00:00
2001-07-04 20:14:59 +00:00
2001-07-04 20:14:59 +00:00
2001-07-26 03:07:07 +00:00
2001-07-23 12:34:31 +00:00