]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Replace test_ti_thread_flag() with test_tsk_thread_flag()
authorTiezhu Yang <yangtiezhu@loongson.cn>
Wed, 3 Feb 2021 05:27:12 +0000 (13:27 +0800)
committerHelge Deller <deller@gmx.de>
Fri, 12 Feb 2021 15:33:05 +0000 (16:33 +0100)
commit5a3f22cb78fda1faaf1980518828b6c11edc8dee
treee12b3d8e39e4a789807a7fee3b119c2ad09d765d
parent4b953194b25c61802bb2577204462e128478f97d
parisc: Replace test_ti_thread_flag() with test_tsk_thread_flag()

Use test_tsk_thread_flag() directly instead of test_ti_thread_flag() to
improve readability when the argument type is struct task_struct, it is
similar with commit ccb5eb3eb81b ("arm64: Use test_tsk_thread_flag() for
checking TIF_SINGLESTEP").

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/compat.h