I get the following message when compiling profile suport into
2.6.0-rc1-mm1:
WARNING: /lib/modules/2.6.1-rc1-mm1/kernel/arch/i386/oprofile/oprofile.ko needs unknown symbol cpu_possible
My .config file is attached.
On Sun, 4 Jan 2004, Thomas Molina wrote:
> I get the following message when compiling profile suport into
> 2.6.0-rc1-mm1:
>
> WARNING: /lib/modules/2.6.1-rc1-mm1/kernel/arch/i386/oprofile/oprofile.ko needs unknown symbol cpu_possible
>
> My .config file is attached.
Sorry about that. The Subject should obviously refer to 2.6.1-rc1-mm1,
not 2.6.0.
Thomas Molina <[email protected]> wrote:
>
> I get the following message when compiling profile suport into
> 2.6.0-rc1-mm1:
>
> WARNING: /lib/modules/2.6.1-rc1-mm1/kernel/arch/i386/oprofile/oprofile.ko needs unknown symbol cpu_possible
This should fix it.
--- 25/drivers/oprofile/oprofile_stats.c~for_each_cpu-oprofile-fix 2004-01-01 11:52:30.000000000 -0800
+++ 25-akpm/drivers/oprofile/oprofile_stats.c 2004-01-01 11:52:30.000000000 -0800
@@ -8,7 +8,7 @@
*/
#include <linux/oprofile.h>
-#include <linux/smp.h>
+#include <linux/cpumask.h>
#include <linux/threads.h>
#include "oprofile_stats.h"
_
On Sun, 4 Jan 2004, Thomas Molina wrote:
> I get the following message when compiling profile suport into
> 2.6.0-rc1-mm1:
>
> WARNING: /lib/modules/2.6.1-rc1-mm1/kernel/arch/i386/oprofile/oprofile.ko needs unknown symbol cpu_possible
>
> My .config file is attached.
Sorry about that. The Subject should obviously refer to 2.6.1-rc1-mm1,
not 2.6.0.