From: Ingo Molnar <mingo@elte.hu>
To: Voluspa <lista1@comhem.se>
Cc: Daniel Walker <dwalker@mvista.com>,
brugolsky@telemetry-investments.com, pavel@suse.cz,
akpm@osdl.org, tglx@linutronix.de, linux-kernel@vger.kernel.org
Subject: Re: hires timer patchset [was Re: 2.6.19 -mm merge plans]
Date: Sat, 23 Sep 2006 22:20:27 +0200 [thread overview]
Message-ID: <20060923202027.GA8350@elte.hu> (raw)
In-Reply-To: <20060923215832.03b1dac5@loke.fish.not>
* Voluspa <lista1@comhem.se> wrote:
> WARNING: "monotonic_clock" [drivers/char/hangcheck-timer.ko] undefined!
turn off the CONFIG_HANGCHECK_TIMER option.
> WARNING: "hrtimer_stop_sched_tick" [drivers/acpi/processor.ko] undefined!
> WARNING: "hrtimer_restart_sched_tick" [drivers/acpi/processor.ko] undefined!
add these two lins to the end of kernel/hrtimer.c:
EXPORT_SYMBOL_GPL(hrtimer_stop_sched_tick);
EXPORT_SYMBOL_GPL(hrtimer_restart_sched_tick);
Ingo
next prev parent reply other threads:[~2006-09-23 20:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-23 2:17 hires timer patchset [was Re: 2.6.19 -mm merge plans] Voluspa
2006-09-23 18:09 ` Daniel Walker
2006-09-23 19:22 ` Voluspa
2006-09-23 19:58 ` Voluspa
2006-09-23 20:20 ` Ingo Molnar [this message]
2006-09-24 2:36 ` Voluspa
-- strict thread matches above, loose matches on Subject: below --
2006-09-23 15:25 Voluspa
2006-09-23 16:34 ` Andi Kleen
2006-09-25 11:18 ` Arjan van de Ven
2006-09-20 20:54 2.6.19 -mm merge plans Andrew Morton
2006-09-21 13:14 ` Ingo Molnar
2006-09-22 13:06 ` Pavel Machek
2006-09-22 19:01 ` Ingo Molnar
2006-09-22 20:29 ` hires timer patchset [was Re: 2.6.19 -mm merge plans] Bill Rugolsky Jr.
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=20060923202027.GA8350@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@osdl.org \
--cc=brugolsky@telemetry-investments.com \
--cc=dwalker@mvista.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lista1@comhem.se \
--cc=pavel@suse.cz \
--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 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.