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 18:16:22 +0100 [thread overview]
Message-ID: <3FBF99E6.1070402@wanadoo.fr> (raw)
In-Reply-To: Pine.LNX.4.53.0311220946280.2498@montezuma.fsmlabs.com
Zwane Mwaikambo wrote:
>On Sat, 22 Nov 2003, Remi Colinet wrote:
>
>
>
>>arch/i386/oprofile/built-in.o: In function `oprofile_reset_stats':
>>/usr/src/mm/include/asm/bitops.h:251: undefined reference to
>>`cpu_possible_map'
>>arch/i386/oprofile/built-in.o: In function `oprofile_create_stats_files':
>>/usr/src/mm/include/asm/bitops.h:251: undefined reference to
>>`cpu_possible_map'
>>make: *** [.tmp_vmlinux1] Error 1
>>
>>
>
>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
>Index: linux-2.6.0-test9-mm5/drivers/oprofile/oprofile_stats.c
>===================================================================
>RCS file: /build/cvsroot/linux-2.6.0-test9-mm5/drivers/oprofile/oprofile_stats.c,v
>retrieving revision 1.1.1.1
>diff -u -p -B -r1.1.1.1 oprofile_stats.c
>--- linux-2.6.0-test9-mm5/drivers/oprofile/oprofile_stats.c 21 Nov 2003 20:59:40 -0000 1.1.1.1
>+++ linux-2.6.0-test9-mm5/drivers/oprofile/oprofile_stats.c 21 Nov 2003 21:27:44 -0000
>@@ -10,7 +10,8 @@
> #include <linux/oprofile.h>
> #include <linux/cpumask.h>
> #include <linux/threads.h>
>-
>+#include <linux/smp.h>
>+
> #include "oprofile_stats.h"
> #include "cpu_buffer.h"
>
>Index: linux-2.6.0-test9-mm5/include/linux/cpumask.h
>===================================================================
>RCS file: /build/cvsroot/linux-2.6.0-test9-mm5/include/linux/cpumask.h,v
>retrieving revision 1.1.1.1
>diff -u -p -B -r1.1.1.1 cpumask.h
>--- linux-2.6.0-test9-mm5/include/linux/cpumask.h 21 Nov 2003 20:59:57 -0000 1.1.1.1
>+++ linux-2.6.0-test9-mm5/include/linux/cpumask.h 21 Nov 2003 21:52:39 -0000
>@@ -39,9 +39,8 @@ typedef unsigned long cpumask_t;
>
>
> #ifdef CONFIG_SMP
>-
>+#include <asm/smp.h>
> extern cpumask_t cpu_online_map;
>-extern cpumask_t cpu_possible_map;
>
> #define num_online_cpus() cpus_weight(cpu_online_map)
> #define cpu_online(cpu) cpu_isset(cpu, cpu_online_map)
>
>
>
It compiles completely. :-)
Just a point : in the file arch/i383/process.c, I added the following
lines.
#include <asm/tlbflush.h>
#include <asm/cpu.h>
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>
Thanks
Rémi
next prev parent reply other threads:[~2003-11-22 17:10 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 [this message]
2003-11-22 17:20 ` Zwane Mwaikambo
2003-11-22 18:11 ` Remi Colinet
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=3FBF99E6.1070402@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox