Patch 2.6.32.35 to 2.6.32.36
/drivers/video/console/tileblit.c
blob:0056a41e5c35c2a3d323c69845a2db895a080108 -> blob:15e8e1a89c45def0d7f9ebc0ab8fbdaa1563ff8b
--- drivers/video/console/tileblit.c
+++ drivers/video/console/tileblit.c
@@ -83,7 +83,7 @@ static void tile_cursor(struct vc_data *
int softback_lines, int fg, int bg)
{
struct fb_tilecursor cursor;
- int use_sw = (vc->vc_cursor_type & 0x01);
+ int use_sw = (vc->vc_cursor_type & 0x10);
cursor.sx = vc->vc_x;
cursor.sy = vc->vc_y;