[EMAIL PROTECTED] said:
>  I can't control somebody else's use of `hwclock` or even some future
> kernel module.  

What you actually need to do is use the same spinlock as other users of the
RTC hardware do.

extern spinlock_t rtc_lock;

It is exported to modules for this very reason.

--
dwmw2


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to