mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Thomas Molina <tmolina@cablespeed.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: make modules_install problem in 2.6.0-rc1-mm1
Date: Sun, 4 Jan 2004 13:07:52 -0800	[thread overview]
Message-ID: <20040104130752.17be7460.akpm@osdl.org> (raw)
In-Reply-To: <Pine.LNX.4.58.0401040749180.11783@localhost.localdomain>

Thomas Molina <tmolina@cablespeed.com> 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"

_


  parent reply	other threads:[~2004-01-04 21:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-04 12:53 Thomas Molina
2004-01-04 13:01 ` Thomas Molina
2004-01-04 21:07 ` Andrew Morton [this message]
2004-03-29 15:42 ` Thomas Molina
2004-03-29 15:42 Thomas Molina

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=20040104130752.17be7460.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tmolina@cablespeed.com \
    /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

all inboxes | Powered by JetHome®