From: Fang Han <dfbb@linux.net.cn>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Fix fbcon.c compiles error on 2.4.7pre2
Date: Thu, 5 Jul 2001 13:36:33 +0800 [thread overview]
Message-ID: <20010705133632.B1531@dfbbb.cn.mvd> (raw)
In-Reply-To: <01060919365100.00648@kenobi>
In-Reply-To: <01060919365100.00648@kenobi>; from richbaum@acm.org on Sat, Jun 09, 2001 at 07:36:51PM -0500
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 {
next prev parent reply other threads:[~2001-07-05 5:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-10 0:36 [PATCH] Fix compiles warnings in 2.4.6pre2 Rich Baum
2001-07-05 5:36 ` Fang Han [this message]
2001-07-05 11:14 ` [PATCH] Fix fbcon.c compiles error on 2.4.7pre2 Alan Cox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010705133632.B1531@dfbbb.cn.mvd \
--to=dfbb@linux.net.cn \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox