Skip to content
Commit 37ef9bd4 authored by Oleg Nesterov's avatar Oleg Nesterov Committed by Benjamin Herrenschmidt
Browse files

powerpc/eeh: Remove eeh_event_handler()->daemonize()



daemonize() is only needed when a user-space task does kernel_thread().

eeh_event_handler() thread is created by the worker kthread, and thus it
doesn't need the soon-to-be-deprecated daemonize().

Signed-off-by: default avatarOleg Nesterov <oleg@redhat.com>
Acked-by: default avatarLinas Vepstas <linasvepstas@gmail.com>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Acked-by: default avatarMatt Fleming <matt.fleming@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 95327d08
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment