kernel/kmod.c is using the syscall1 CPP macro on line 12, however the ALPHA
version of asm/unistd.h is explicitly guarding against their use in the
kernel context (at least to my understanding). Therefore kernel/kmod.c
will fail to compile because line 12 is neither a function declaration nor
will CPP insert a valid code block for it.
Any ideas how to resolve that?
Dominik Kubla
The FreeLinux Project (see http://www.freelinux.org/)
-- A lovely thing to see: Kobyashi Issa through the paper window's holes (1763-1828) the galaxy. [taken from: David Brin - Sundiver]- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu