From: Dirk Behme <dirk.behme@googlemail.com>
To: linux-rt-users@vger.kernel.org
Subject: Clockevent API change
Date: Sat, 27 Jan 2007 08:12:44 +0100 [thread overview]
Message-ID: <45BAFB6C.9070703@googlemail.com> (raw)
Hi,
it looks to me from patch-2.6.20-rc5-rt2 to
patch-2.6.20-rc6-rt2 (the versions I tested ;) ) the
clockevent interface changed?
At least arch/arm/plat-omap/timer32k.c int rc6-rt2 won't
compile any more.
Changes I noticed:
- CLOCK_EVT_xxx moved to CLOCK_EVT_MODE_xxx
- register_global_clockevent() is replaced by
clockevents_register_device() and something like
extern struct clock_event_device *global_clock_event
(from arch/i386/kernel/hpet.c)
- .capabilities is switched to .features
- .is_continuous is switched to .flags (clocksource)
Any more changes necessary I not found yet? Any small
examples what to consider while moving to rc6-rt2? At least
how to replace register_global_clockevent() correctly?
Many thanks
Dirk
reply other threads:[~2007-01-27 7:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=45BAFB6C.9070703@googlemail.com \
--to=dirk.behme@googlemail.com \
--cc=linux-rt-users@vger.kernel.org \
/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.