commit | 5afc78551bf5d53279036e0bf63314e35631d79f | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Thu Feb 13 12:12:26 2020 +0000 |
committer | Will Deacon <will@kernel.org> | Thu Jul 16 11:42:12 2020 +0100 |
tree | ee90a06777851b11dbe98cdc4e64c9f8d8e165db | |
parent | d83ee6e3e75db6f518ef2b0858f163849f2ddeb7 [diff] |
arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEP Rather than open-code test_tsk_thread_flag() at each callsite, simply replace the couple of offenders with calls to test_tsk_thread_flag() directly. Signed-off-by: Will Deacon <will@kernel.org>