[PATCH] Fix fbcon.c compiles error on 2.4.7pre2

From: Fang Han (dfbb@linux.net.cn)
Date: Thu Jul 05 2001 - 00:36:33 EST


It seems that some part is missing, In AC patch , it have that function.

dfbb

--- linux/drivers/video/fbcon.c.orig Thu Jul 5 13:09:55 2001
+++ linux/drivers/video/fbcon.c Thu Jul 5 13:33:32 2001
@@ -1150,13 +1150,11 @@
                     }
             }
             scr_writew(c, d);
- console_conditional_schedule();
             s++;
             d++;
         } while (s < le);
         if (s > start)
             p->dispsw->putcs(conp, p, start, s - start, real_y(p, line), x);
- console_conditional_schedule();
         if (offset > 0)
                 line++;
         else {

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jul 07 2001 - 21:00:15 EST