diff options
author | 2024-12-04 15:02:47 +0800 | |
---|---|---|
committer | 2024-12-09 17:52:03 -0700 | |
commit | 46fd8c707b552c0a846917192f66e623bb03f976 (patch) | |
tree | bdb98b8d316e94bf21c385ca6ff8211af3a1b2d7 /scripts/gdb/linux/utils.py | |
parent | pm: cpupower: Makefile: Fix cross compilation (diff) | |
download | wireguard-linux-46fd8c707b552c0a846917192f66e623bb03f976.tar.xz wireguard-linux-46fd8c707b552c0a846917192f66e623bb03f976.zip |
cpupower: revise is_valid flag handling for idle_monitor
The is_valid flag should reflect the validity state of both
the XXX_start and XXX_stop functions. But the use of '=' in
XXX_stop overwrites the validity state set by XXX_start. This
commit changes '=' to '|=' in XXX_stop to preserve and combine
the validity state of XXX_start and XXX_stop.
Signed-off-by: wangfushuai <wangfushuai@baidu.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions