Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262591AbTKVSFc (ORCPT ); Sat, 22 Nov 2003 13:05:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262569AbTKVSFc (ORCPT ); Sat, 22 Nov 2003 13:05:32 -0500 Received: from smtp5.wanadoo.fr ([193.252.22.26]:56813 "EHLO mwinf0504.wanadoo.fr") by vger.kernel.org with ESMTP id S262591AbTKVSFW (ORCPT ); Sat, 22 Nov 2003 13:05:22 -0500 Message-ID: <3FBFA6DA.3070707@wanadoo.fr> Date: Sat, 22 Nov 2003 19:11:38 +0100 From: Remi Colinet User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.1) Gecko/20020830 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Zwane Mwaikambo Cc: linux kernel mailing list Subject: Re: 2.6.0-test9-mm5 : compile error References: <3FBF5C79.5050409@wanadoo.fr> <3FBF99E6.1070402@wanadoo.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2235 Lines: 88 Zwane Mwaikambo wrote: >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 >>>#include >>>#include >>>+#include >>>#ifdef CONFIG_MATH_EMULATION >>>#include >>>#endif >>> >>> >>Just a point : in the file arch/i383/process.c, I added the following >>lines. >> >>#include >>#include >> >> > >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 >> >> > >Hmm that's strange, can you verify your tree and i'll do the same. There >are two discrepancies. >- > 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 : 40 41 #include 42 #include 43 #include 44 #include 45 #include 46 #include 47 #include 48 #include 49 #include 50 #include 51 #ifdef CONFIG_MATH_EMULATION 52 #include 53 #endif 54 55 #include 56 #include 57 The following line #include is in 2.6.0-test9-mm5 and not in 2.6.0-test9[-bk25] These following lines are neither in bk or mm trees. #include #include Remi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/