|
@@ -404,7 +404,7 @@ static void cursor_timer_handler(unsigned long dev_addr)
|
|
struct fb_info *info = (struct fb_info *) dev_addr;
|
|
struct fb_info *info = (struct fb_info *) dev_addr;
|
|
struct fbcon_ops *ops = info->fbcon_par;
|
|
struct fbcon_ops *ops = info->fbcon_par;
|
|
|
|
|
|
- schedule_work(&info->queue);
|
|
|
|
|
|
+ queue_work(system_power_efficient_wq, &info->queue);
|
|
mod_timer(&ops->cursor_timer, jiffies + HZ/5);
|
|
mod_timer(&ops->cursor_timer, jiffies + HZ/5);
|
|
}
|
|
}
|
|
|
|
|