]> err.no Git - linux-2.6/blobdiff - kernel/power/process.c
[PATCH] b44: add wol for old nic
[linux-2.6] / kernel / power / process.c
index 8ac7c35fad7708ea8136b3e19062ddf05f9f16c0..b2a5f671d6cd3f2d164e44ad20ad7780a7e00377 100644 (file)
@@ -26,8 +26,7 @@ static inline int freezeable(struct task_struct * p)
            (p->flags & PF_NOFREEZE) ||
            (p->exit_state == EXIT_ZOMBIE) ||
            (p->exit_state == EXIT_DEAD) ||
-           (p->state == TASK_STOPPED) ||
-           (p->state == TASK_TRACED))
+           (p->state == TASK_STOPPED))
                return 0;
        return 1;
 }