From: Serge E. Hallyn Date: Fri, 29 Sep 2006 08:59:11 +0000 (-0700) Subject: [PATCH] kthread: convert loop.c to kthread X-Git-Tag: v2.6.19-rc1~821 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c9979185c7ef4feeb7f8d29be032b8f032a1838;p=pandora-kernel.git [PATCH] kthread: convert loop.c to kthread Convert loop.c from the deprecated kernel_thread to kthread. This patch simplifies the code quite a bit and passes similar testing to the previous submission on both emulated x86 and s390. Changes since last submission: switched to using a rather simple loop based on wait_event_interruptible. Signed-off-by: Serge E. Hallyn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed