diff options
Diffstat (limited to 'drivers/macintosh/windfarm_core.c')
| -rw-r--r-- | drivers/macintosh/windfarm_core.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/macintosh/windfarm_core.c b/drivers/macintosh/windfarm_core.c index 4fcb245ba18..e18d265d5d3 100644 --- a/drivers/macintosh/windfarm_core.c +++ b/drivers/macintosh/windfarm_core.c @@ -92,6 +92,7 @@ static int wf_thread_func(void *data)  	DBG("wf: thread started\n"); +	set_freezable();  	while(!kthread_should_stop()) {  		if (time_after_eq(jiffies, next)) {  			wf_notify(WF_EVENT_TICK, NULL);  |