]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Make use of the helper macro kthread_run()
authorCai Huoqing <caihuoqing@baidu.com>
Thu, 21 Oct 2021 08:42:13 +0000 (16:42 +0800)
committerHelge Deller <deller@gmx.de>
Mon, 1 Nov 2021 06:36:01 +0000 (07:36 +0100)
commit09553ae65cf4d83ffa25199434c1458a68e3f222
tree0105c3f73ad46311b4de350f3790990316410829
parentd3747a3073541de6f85e5943b0c73079e080651f
parisc: Make use of the helper macro kthread_run()

Replace kthread_create/wake_up_process() with kthread_run()
to simplify the code.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/pdt.c