|
@@ -1310,7 +1310,7 @@ static void fbcon_cursor(struct vc_data *vc, int mode)
|
|
int y;
|
|
int y;
|
|
int c = scr_readw((u16 *) vc->vc_pos);
|
|
int c = scr_readw((u16 *) vc->vc_pos);
|
|
|
|
|
|
- if (fbcon_is_inactive(vc, info))
|
|
|
|
|
|
+ if (fbcon_is_inactive(vc, info) || vc->vc_deccm != 1)
|
|
return;
|
|
return;
|
|
|
|
|
|
ops->cursor_flash = (mode == CM_ERASE) ? 0 : 1;
|
|
ops->cursor_flash = (mode == CM_ERASE) ? 0 : 1;
|