From: Geert Uytterhoeven Signed-off-by: Geert Uytterhoeven Signed-off-by: Andrew Morton --- drivers/video/ps3fb.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/video/ps3fb.c~ps3fb-thread-updates-42 drivers/video/ps3fb.c --- a/drivers/video/ps3fb.c~ps3fb-thread-updates-42 +++ a/drivers/video/ps3fb.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include @@ -808,6 +809,7 @@ static int ps3fb_ioctl(struct fb_info *i static int ps3fbd(void *arg) { while (!kthread_should_stop()) { + try_to_freeze(); set_current_state(TASK_INTERRUPTIBLE); if (ps3fb.is_kicked) { ps3fb.is_kicked = 0; _