Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f5FGIvh20279 for kernprof-outgoing; Fri, 15 Jun 2001 09:18:57 -0700 Received: from yog-sothoth.sgi.com (eugate.sgi.com [192.48.160.10]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f5FGIsk20276 for ; Fri, 15 Jun 2001 09:18:55 -0700 Received: from cthulhu.engr.sgi.com (gate3-relay.engr.sgi.com [130.62.1.234]) by yog-sothoth.sgi.com (980305.SGI.8.8.8-aspam-6.2/980304.SGI-aspam-europe) via ESMTP id SAA325193 for ; Fri, 15 Jun 2001 18:18:51 +0200 (CEST) mail_from (hawkes@engr.sgi.com) Received: from pchawkes (sshgate.corp.sgi.com [169.238.216.146]) by cthulhu.engr.sgi.com (SGI-8.9.3/8.9.3) with SMTP id JAA80335; Fri, 15 Jun 2001 09:17:34 -0700 (PDT) Message-ID: <003501c0f5b6$bbd49ca0$6401a8c0@marin1.sfba.home.com> From: "John Hawkes" To: "Jarrett Redd" , References: <20010615015739.84275.qmail@web11505.mail.yahoo.com> Subject: Re: mcount issues... Date: Fri, 15 Jun 2001 09:17:54 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-kernprof@oss.sgi.com Precedence: bulk A quick fix for i386: Edit arch/i386/lib/mcount.S and change the two lines that now say: #if defined(CONFIG_PROFILING) to instead say: #if defined(CONFIG_PROFILING) || defined(CONFIG_PROFILING_MODULE) Sorry! John Hawkes hawkes@engr.sgi.com