From: Norbert Tretkowski <tretkowski@inittab.de>
To: linux-kernel@vger.kernel.org
Subject: fix for alpha framebuffer compile
Date: Sun, 7 Nov 2004 12:28:12 +0100 [thread overview]
Message-ID: <20041107112812.GA1443@rollcage.inittab.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 192 bytes --]
Hi,
attached patch adds a line to include/asm-alpha/io.h which was
(accidentally?) removed between 2.6.8.1 and 2.6.9, but is required for
some framebuffer drivers on alpha.
Regards, Norbert
[-- Attachment #2: alpha-framebuffer.dpatch --]
[-- Type: text/plain, Size: 450 bytes --]
--- kernel-source-2.6.9/include/asm-alpha/io.h~ 2004-10-18 23:55:07.000000000 +0200
+++ kernel-source-2.6.9/include/asm-alpha/io.h 2004-11-07 11:42:24.000000000 +0100
@@ -150,6 +150,8 @@
alpha_mv.mv_##NAME(b, addr); \
}
+# define __ioremap(a,s) alpha_mv.mv_ioremap((unsigned long)(a),(s))
+
REMAP1(unsigned int, ioread8, /**/)
REMAP1(unsigned int, ioread16, /**/)
REMAP1(unsigned int, ioread32, /**/)
reply other threads:[~2004-11-07 11:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20041107112812.GA1443@rollcage.inittab.de \
--to=tretkowski@inittab.de \
--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