On Sat, 22 Nov 2003, Remi Colinet wrote:I have dowloaded linux-2.6.0-test9.tar.bz2 and 2.6.0-test9-mm5.bz2. Here is the begining of my arch/i386/kernel/process.c file after applying the mm patch :
Index: linux-2.6.0-test9-mm5/arch/i386/kernel/process.cJust a point : in the file arch/i383/process.c, I added the following lines.
===================================================================
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
#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.
-