Why is abs needed for the `uint32_t` value [here](https://github.com/01org/psm/blob/604758e76dc31e68d1de736ccf5ddf16cb22355b/ipath/ipath_time.c#L282)? Seems it's excessive, because it is always positive or zero , right?
Why is abs needed for the
uint32_tvalue here? Seems it's excessive, because it is always positive or zero , right?