public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* fix for alpha framebuffer compile
@ 2004-11-07 11:28 Norbert Tretkowski
  0 siblings, 0 replies; only message in thread
From: Norbert Tretkowski @ 2004-11-07 11:28 UTC (permalink / raw)
  To: linux-kernel

[-- 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, /**/)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-07 11:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-07 11:28 fix for alpha framebuffer compile Norbert Tretkowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox