All of lore.kernel.org
 help / color / mirror / Atom feed
* Clockevent API change
@ 2007-01-27  7:12 Dirk Behme
  0 siblings, 0 replies; only message in thread
From: Dirk Behme @ 2007-01-27  7:12 UTC (permalink / raw)
  To: linux-rt-users

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-27  7:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-27  7:12 Clockevent API change Dirk Behme

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.