2001-07-05 05:37:00

by Fang Han

[permalink] [raw]
Subject: [PATCH] Fix fbcon.c compiles error on 2.4.7pre2

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 {



2001-07-05 11:15:03

by Alan

[permalink] [raw]
Subject: Re: [PATCH] Fix fbcon.c compiles error on 2.4.7pre2

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

My fault. The amount of backlogged stuff Im trying to shift makes it tricky
to get thse right straight off