Merge Christoph's freeze cleanup patch
This commit is contained in:
@@ -439,7 +439,7 @@ static int gameport_thread(void *nothing)
|
||||
do {
|
||||
gameport_handle_events();
|
||||
wait_event_interruptible(gameport_wait, !list_empty(&gameport_event_list));
|
||||
try_to_freeze(PF_FREEZE);
|
||||
try_to_freeze();
|
||||
} while (!signal_pending(current));
|
||||
|
||||
printk(KERN_DEBUG "gameport: kgameportd exiting\n");
|
||||
|
@@ -344,7 +344,7 @@ static int serio_thread(void *nothing)
|
||||
do {
|
||||
serio_handle_events();
|
||||
wait_event_interruptible(serio_wait, !list_empty(&serio_event_list));
|
||||
try_to_freeze(PF_FREEZE);
|
||||
try_to_freeze();
|
||||
} while (!signal_pending(current));
|
||||
|
||||
printk(KERN_DEBUG "serio: kseriod exiting\n");
|
||||
|
Reference in New Issue
Block a user