Commit 3ab054ff authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Vojtech Pavlik

[PATCH] apm daemonize

Since daemonize now blocks all signals, this simplification is trivially
correct.
parent 962bf880
...@@ -1745,7 +1745,6 @@ static int apm(void *unused) ...@@ -1745,7 +1745,6 @@ static int apm(void *unused)
daemonize("kapmd"); daemonize("kapmd");
current->flags |= PF_IOTHREAD; current->flags |= PF_IOTHREAD;
sigfillset(&current->blocked);
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
/* 2002/08/01 - WT /* 2002/08/01 - WT
......
Markdown is supported
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