Re: Spooky-2.1.59 Missing L2 cache definition

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 26 Oct 1997 22:40:03 +0000 (GMT)


> Here's one for holloween. I am being haunted by a a file located in
> /usr/src/linux/include/asm . It is called cache.h. It howls whenever I
> attempt to compile things like smbfs-2.0.2, imlib etc. Here are its
> eerie errors:

This is a bug in the include file. It should have

#ifdef __KERNEL__

#endif

bracketing the entire file to stop it leaking into user space. I've fixed
it in DaveM's CVS tree

Alan