From: Boris Bezlaj <boris@gajba.net>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: [PATCH] imsttfb 2.5.x
Date: Sat, 12 Apr 2003 13:19:45 +0200 [thread overview]
Message-ID: <20030412111945.GA537@gajba.net> (raw)
In 2.5.67 imsttfb locks the system when it's time to scrool the text.
Patch below fixes that. Otherwise everything seems to work as in 2.4
--- linux/drivers/video/ORIG_imsttfb.c 2003-04-09 15:11:46.000000000 +0200
+++ linux/drivers/video/imsttfb.c 2003-04-11 16:44:07.000000000 +0200
@@ -409,7 +409,7 @@
static inline u32 read_reg_le32(volatile u32 *base, int regindex)
{
#ifdef __powerpc__
- in_le32((volatile u32 *) (base + regindex));
+ return in_le32((volatile u32 *) (base + regindex));
#else
return readl(base + regindex);
#endif
--
Boris
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
next reply other threads:[~2003-04-12 11:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-12 11:19 Boris Bezlaj [this message]
2003-04-15 7:05 ` [PATCH] imsttfb 2.5.x Benjamin Herrenschmidt
2003-04-15 19:33 ` James Simmons
2003-04-15 20:05 ` Benjamin Herrenschmidt
2003-04-15 22:43 ` Boris Bezlaj
2003-04-16 8:26 ` Benjamin Herrenschmidt
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=20030412111945.GA537@gajba.net \
--to=boris@gajba.net \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.