On Friday 21 November 2008, Yuji Mano wrote: > +uint32_t mars_get_ticks(void) > +{ > + return __mftb() & 0xffffffff; > +} Where does the definition of __mftb come from? Does it have the fixup for the cell erratum reading the time base? Arnd <><