On Sep 16, 2005, at 11:35 AM, Brian Barrett wrote:
On Sep 16, 2005, at 8:44 AM, Ferris McCormick wrote:
==========================================
fmccor@polylepis util [235]% ./opal_timer
--> frequency: 900000000
--> cycle count
Slept approximately 903151189 cycles, or 1003501 us
--> usecs
Slept approximately 18446744073289684648 us
==========================================
That last value means that I'm munging the upper 32 bits of the tick
register (it's 64 bits long). So we're not quite there yet, but
getting closer. I should be able to get to that today.
I believe this is now fixed in SVN.
Brian