Re: Mol 0.9.60 not compiling under Linux-2.4.10


Subject: Re: Mol 0.9.60 not compiling under Linux-2.4.10
From: Alan Buxey (almb@mssl.ucl.ac.uk)
Date: Thu Sep 27 2001 - 08:23:34 MDT


hi,

> I have fixed it with the following kloodge; in file:
>
> ./mol-0.9.60/kernel_module/include/compat.h
>
> replaced:
>
> #ifdef LINUX_24
> extern inline void _tlbie(unsigned long va)
> {
> asm volatile ("tlbie %0" : : "r"(va));
> }
> #endif
>
>
> with:
>
>
> #ifndef LINUX_24
> extern inline void _tlbie(unsigned long va)
> {
> asm volatile ("tlbie %0" : : "r"(va));
> }
> #endif
>

I thought all you had to do was remove the #define altogether
from the include/compat.h file....as with 2.4.10 its now in the
kernel includes

Alan



This archive was generated by hypermail 2a24 : Thu Sep 27 2001 - 07:33:52 MDT