lkml.org 
[lkml]   [1999]   [Dec]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [patch] 2.3.30pre3 alpha updates
On Sun, Nov 28, 1999 at 03:41:36AM +0100, Andrea Arcangeli wrote:
> 2.3.30pre3 doesn't boot anymore on my Alpha.
>

On my Multia it will not even link because of missing symbols __ioremap
and virt_to_phys in drivers/video/fbmem.c. I had to make the little
change below do get it to know about these. But apparently this is not
enough, because it would then bomb out during compilation with:

fbmem.c: In function `fb_mmap':
fbmem.c:559: warning: passing arg 1 of `virt_to_phys' makes pointer from integer without a cast
fbmem.c:559: too many arguments to function `virt_to_phys'

I'll try to track this one down. Just wanted to let you know that there
are some missing pieces...

Yours,
Dominik Kubla
========================================================================
--- linux/drivers/video/fbmem.c.~1~ Sat Nov 20 19:10:10 1999
+++ linux/drivers/video/fbmem.c Wed Dec 1 12:34:57 1999
@@ -30,7 +30,7 @@
#if defined(__mc68000__) || defined(CONFIG_APUS)
#include <asm/setup.h>
#endif
-#ifdef __powerpc__
+#if defined(__powerpc__) || defined(__alpha__)
#include <asm/io.h>
#endif
#include <asm/uaccess.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.382 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site