mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Fernando Lopez-Lezcano <nando@ccrma.Stanford.EDU>
Cc: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@elte.hu>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: 2.6.14-rc4-rt6, depmod
Date: Sun, 16 Oct 2005 04:14:59 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.58.0510160408540.2328@localhost.localdomain> (raw)
In-Reply-To: <1129442512.7978.3.camel@cmn3.stanford.edu>



On Sat, 15 Oct 2005, Fernando Lopez-Lezcano wrote:

> Hi Ingo, I'm getting this after building 2.6.14-rc4-rt6:
>
> WARNING: /lib/modules/2.6.13-0.13.rrt.rhfc4.ccrmasmp/kernel/drivers/char/hangcheck-timer.ko needs unknown symbol do_monotonic_clock

below is a patch to get this part to compile. (hopefully :-)

-- Steve

Index: linux-2.6.14-rc4-rt6/kernel/time.c
===================================================================
--- linux-2.6.14-rc4-rt6.orig/kernel/time.c	2005-10-15 11:29:19.000000000 -0400
+++ linux-2.6.14-rc4-rt6/kernel/time.c	2005-10-16 04:03:57.000000000 -0400
@@ -631,6 +631,7 @@

 	return ((u64)ts.tv_sec * NSEC_PER_SEC) + ts.tv_nsec;
 }
+EXPORT_SYMBOL_GPL(do_monotonic_clock);

 #endif /* !CONFIG_GENERIC_TIME */

Index: linux-2.6.14-rc4-rt6/kernel/time/timeofday.c
===================================================================
--- linux-2.6.14-rc4-rt6.orig/kernel/time/timeofday.c	2005-10-15 11:29:19.000000000 -0400
+++ linux-2.6.14-rc4-rt6/kernel/time/timeofday.c	2005-10-16 04:04:07.000000000 -0400
@@ -213,6 +213,7 @@

 	return ret;
 }
+EXPORT_SYMBOL_GPL(do_monotonic_clock);

 /**
  * getnsmonotonic - Returns the monotonic time in a timespec

  reply	other threads:[~2005-10-16  8:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-16  6:01 Fernando Lopez-Lezcano
2005-10-16  8:14 ` Steven Rostedt [this message]
2005-10-16 11:09   ` Ingo Molnar
2005-10-16  8:18 ` Steven Rostedt

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=Pine.LNX.4.58.0510160408540.2328@localhost.localdomain \
    --to=rostedt@goodmis.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=nando@ccrma.Stanford.EDU \
    --cc=tglx@linutronix.de \
    /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®