]> git.baikalelectronics.ru Git - 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)
commitccb5eb3eb81b3f88580ba27b5a45c630ea122cb9
treeee90a06777851b11dbe98cdc4e64c9f8d8e165db
parent12c6f8dbd12f669a5999e3bd8b4fd992b5dc675f
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