diff options
author | Dawei Li <dawei.li@shingroup.cn> | 2024-04-15 17:48:21 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-04-16 13:33:03 +0200 |
commit | 0654acd8eb7de3d82d0e8dc0235f1c7a67577da4 (patch) | |
tree | f855ccb17f84ce2de4cbcac1ca636d96e5de388e /scripts/gdb/linux/interrupts.py | |
parent | 0bbac3facb5d6cc0171c45c9873a2dc96bea9680 (diff) |
powercap: DTPM: Avoid explicit cpumask allocation on stack
In general it's preferable to avoid placing cpumasks on the stack, as
for large values of NR_CPUS these can consume significant amounts of
stack space and make stack overflows more likely.
Use cpumask_weight_and() to avoid the need for a temporary cpumask on
the stack.
Signed-off-by: Dawei Li <dawei.li@shingroup.cn>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions