commit | a9d0ba6772a0056457838022b624c3d2a17cee21 | [log] [tgz] |
---|---|---|
author | Kevin Hao <haokexin@gmail.com> | Thu Jul 30 16:23:17 2020 +0800 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jul 30 19:35:04 2020 -0400 |
tree | d4031ad795828a10b9b3ead1fef9aa26b4d54042 | |
parent | 36b8aacf2a483ba40fbe91c830d314e0bc133044 [diff] |
tracing/hwlat: Drop the duplicate assignment in start_kthread() We have set 'current_mask' to '&save_cpumask' in its declaration, so there is no need to assign again. Link: https://lkml.kernel.org/r/20200730082318.42584-1-haokexin@gmail.com Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>