Re: 2.6.0-test9-mm5 : compile error

From: Zwane Mwaikambo
Date: Sat Nov 22 2003 - 12:22:47 EST


On Sat, 22 Nov 2003, Remi Colinet wrote:

> >Index: linux-2.6.0-test9-mm5/arch/i386/kernel/process.c
> >===================================================================
> >RCS file: /build/cvsroot/linux-2.6.0-test9-mm5/arch/i386/kernel/process.c,v
> >retrieving revision 1.1.1.1
> >diff -u -p -B -r1.1.1.1 process.c
> >--- linux-2.6.0-test9-mm5/arch/i386/kernel/process.c 21 Nov 2003 20:59:15 -0000 1.1.1.1
> >+++ linux-2.6.0-test9-mm5/arch/i386/kernel/process.c 21 Nov 2003 22:20:00 -0000
> >@@ -50,6 +50,7 @@
> > #include <asm/desc.h>
> > #include <asm/tlbflush.h>
> > #include <asm/cpu.h>
> >+#include <asm/atomic_kmap.h>
> > #ifdef CONFIG_MATH_EMULATION
> > #include <asm/math_emu.h>
> > #endif
>
> Just a point : in the file arch/i383/process.c, I added the following
> lines.
>
> #include <asm/tlbflush.h>
> #include <asm/cpu.h>

That was already in there.

> My original processs.c file seems to be a little be bit different from
> yours (?).
> The following line was already in the process.c file.
>
> +#include <asm/atomic_kmap.h>

Hmm that's strange, can you verify your tree and i'll do the same. There
are two discrepancies.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/