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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to