All of lore.kernel.org
 help / color / mirror / Atom feed
From: Remi Colinet <remi.colinet@wanadoo.fr>
To: Zwane Mwaikambo <zwane@arm.linux.org.uk>
Cc: linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.0-test9-mm5 : compile error
Date: Sat, 22 Nov 2003 19:11:38 +0100	[thread overview]
Message-ID: <3FBFA6DA.3070707@wanadoo.fr> (raw)
In-Reply-To: Pine.LNX.4.53.0311221218350.2498@montezuma.fsmlabs.com

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 <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.
>-
>
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 <asm/uaccess.h>
42 #include <asm/pgtable.h>
43 #include <asm/system.h>
44 #include <asm/io.h>
45 #include <asm/ldt.h>
46 #include <asm/processor.h>
47 #include <asm/i387.h>
48 #include <asm/irq.h>
49 #include <asm/desc.h>
50 #include <asm/atomic_kmap.h>
51 #ifdef CONFIG_MATH_EMULATION
52 #include <asm/math_emu.h>
53 #endif
54
55 #include <linux/irq.h>
56 #include <linux/err.h>
57

The following line

#include <asm/atomic_kmap.h>

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 <asm/tlbflush.h>
#include <asm/cpu.h>

Remi


  reply	other threads:[~2003-11-22 18:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-22 12:54 2.6.0-test9-mm5 : compile error Remi Colinet
2003-11-22 14:47 ` Zwane Mwaikambo
2003-11-22 17:16   ` Remi Colinet
2003-11-22 17:20     ` Zwane Mwaikambo
2003-11-22 18:11       ` Remi Colinet [this message]
2003-11-22 19:39         ` Zwane Mwaikambo
2003-11-24 11:19           ` Remi Colinet
2003-11-24 22:40     ` Zwane Mwaikambo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FBFA6DA.3070707@wanadoo.fr \
    --to=remi.colinet@wanadoo.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zwane@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.