diff options
author | Paul E. McKenney <[email protected]> | 2022-01-21 16:13:52 -0800 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2022-04-11 15:31:02 -0700 |
commit | 2ec303113d978931ef368886c4c6bc854493e8bf (patch) | |
tree | a3ac6e016db1e5e868f94859170e32f50b05dbd8 /scripts/gdb/linux/utils.py | |
parent | 994f706872e6ce080506bd795ecf783d5b617de6 (diff) |
srcu: Dynamically allocate srcu_node array
This commit shrinks the srcu_struct structure by converting its ->node
field from a fixed-size compile-time array to a pointer to a dynamically
allocated array. In kernels built with large values of NR_CPUS that boot
on systems with smaller numbers of CPUs, this can save significant memory.
[ paulmck: Apply kernel test robot feedback. ]
Reported-by: A cast of thousands
Co-developed-by: Neeraj Upadhyay <[email protected]>
Signed-off-by: Neeraj Upadhyay <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions