All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
To: John Rigg <lk@sound-man.co.uk>
Cc: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@elte.hu>
Subject: Re: 2.6.17-rt1 unknown symbol monotonic_clock
Date: Wed, 21 Jun 2006 12:10:02 +0200	[thread overview]
Message-ID: <44991AFA.9050600@gmail.com> (raw)
In-Reply-To: <20060621100623.GA2960@localhost.localdomain>

Hi John,

John Rigg napisał(a):
> Just compiled 2.6.17-rt1 on x86_64 UP system and got the following
> message when doing `make modules_install':
> WARNING: /lib/modules/2.6.17-rt1/kernel/drivers/char/hangcheck-timer.ko \
> needs unknown symbol monotonic_clock

Please try this patch

diff -uprN -X linux-work/Documentation/dontdiff linux-work-clean/drivers/char/hangcheck-timer.c linux-work/drivers/char/hangcheck-timer.c
--- linux-work-clean/drivers/char/hangcheck-timer.c	2006-06-19 21:04:36.000000000 +0200
+++ linux-work/drivers/char/hangcheck-timer.c	2006-06-19 21:08:49.000000000 +0200
@@ -133,6 +133,8 @@ static inline unsigned long long monoton
 {
 	return get_cycles();
 }
+
+EXPORT_SYMBOL(monotonic_clock);
 #endif  /* HAVE_MONOTONIC */

> 
> John

Regards,
Michal

-- 
Michal K. K. Piotrowski
LTG - Linux Testers Group
(http://www.stardust.webpages.pl/ltg/wiki/)

  reply	other threads:[~2006-06-21 10:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-21 10:06 2.6.17-rt1 unknown symbol monotonic_clock John Rigg
2006-06-21 10:10 ` Michal Piotrowski [this message]
2006-06-21 11:06 ` Ingo Molnar
2006-06-21 13:42   ` John Rigg

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=44991AFA.9050600@gmail.com \
    --to=michal.k.k.piotrowski@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lk@sound-man.co.uk \
    --cc=mingo@elte.hu \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.