]> git.ipfire.org Git - people/arne_f/kernel.git/commit
arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEP
authorWill Deacon <will@kernel.org>
Thu, 13 Feb 2020 12:12:26 +0000 (12:12 +0000)
committerWill Deacon <will@kernel.org>
Thu, 16 Jul 2020 10:42:12 +0000 (11:42 +0100)
commit5afc78551bf5d53279036e0bf63314e35631d79f
treeee90a06777851b11dbe98cdc4e64c9f8d8e165db
parentd83ee6e3e75db6f518ef2b0858f163849f2ddeb7
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>
arch/arm64/kernel/debug-monitors.c