Commit 8f8153fd authored by Aurelio Colosimo's avatar Aurelio Colosimo

arch-spec: pp_get_tstamp now wraps pps_gen_get_time, which provides s and ns

parent 4bfaf7ba
......@@ -33,8 +33,7 @@ void *pp_memcpy(void *dest, const void *src, int count)
void pp_get_tstamp(TimeInternal *t) //uint32_t *sptr)
{
//*sptr = htonl(spec_time());
t->seconds = htonl(spec_time());
pps_gen_get_time(&t->seconds, &t->nanoseconds );
}
/* What follows has no prefix because it's only used by arch code */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment