[CRYPTO] Allow multiple implementations of the same algorithm
[powerpc.git] / drivers / ieee1394 / ieee1394_core.c
index 64fbbb0..25ef5a8 100644 (file)
@@ -1027,10 +1027,10 @@ static int hpsbpkt_thread(void *__hi)
 
        daemonize("khpsbpkt");
 
+       current->flags |= PF_NOFREEZE;
+
        while (1) {
                if (down_interruptible(&khpsbpkt_sig)) {
-                       if (try_to_freeze())
-                               continue;
                        printk("khpsbpkt: received unexpected signal?!\n" );
                        break;
                }