diff options
| author | Mark Rutland <[email protected]> | 2018-07-11 14:56:36 +0100 |
|---|---|---|
| committer | Will Deacon <[email protected]> | 2018-07-12 14:40:38 +0100 |
| commit | 3eb6f1f9e6364d5eca1ddf3c9e963c5916069190 (patch) | |
| tree | f1d514c5f95fe2e5b3412a486408657cd2d2342c /tools/perf/scripts/python/bin | |
| parent | e87a4a92fba3721eb06ba8d061b550e09e3d063a (diff) | |
arm64: consistently use unsigned long for thread flags
In do_notify_resume, we manipulate thread_flags as a 32-bit unsigned
int, whereas thread_info::flags is a 64-bit unsigned long, and elsewhere
(e.g. in the entry assembly) we manipulate the flags as a 64-bit
quantity.
For consistency, and to avoid problems if we end up with more than 32
flags, let's make do_notify_resume take the flags as a 64-bit unsigned
long.
Signed-off-by: Mark Rutland <[email protected]>
Reviewed-by: Dave Martin <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions