On Mon, Oct 13, 2008 at 06:18:56PM +0100, Phil Endecott wrote: > I'm also curious to know why reading the clock takes a second anyway. > Note that we have to use --directisa on this hardware to avoid a random > lock-up. It looks as if the CPU is busy for the second that it's > running - in a busy-loop maybe? Is there anything that can be done to > accelerate this?
With directisa, it waits for the realtime clock to transition. That is going to take up to 1 second. As for why two copies, it's at least partially a result of rtc being a module instead of a built-in. See also bug #443487. lamont -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

