diff options
author | Brian Behlendorf <[email protected]> | 2015-10-12 12:31:05 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-10-13 09:50:40 -0700 |
commit | 9b13f65d284d3a6b455df3199ffc83fd18bbdded (patch) | |
tree | 553d7c24cd00bed90101058851c6e77a48107a6f /Makefile.am | |
parent | 374303a3c9f7783e2b8122f5dcf2c1d053cf13f7 (diff) |
Fix CPU hotplug
Allocate a kmem cache magazine for every possible CPU which might
be added to the system. This ensures that when one of these CPUs
is enabled it can be safely used immediately.
For many systems the number of online CPUs is identical to the
number of present CPUs so this does imply an increased memory
footprint. In fact, dynamically allocating the array of magazine
pointers instead of using the worst case NR_CPUS can end up
decreasing our memory footprint.
Signed-off-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ned Bass <[email protected]>
Closes #482
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions