Author :
gkoehler
Date :
2020-07-17 01:36:41
Hash :63cc33c4 Message :Read ogen from the other timehands; fixes tk_generation
If th0.th_generation == th1.th_generation when we update the user
timekeep page, then tk_generation doesn't change, so libc may
calculate the wrong time. Now th0 and th1 share the sequence so
th0.th_generation != th1.th_generation.
ok kettenis@ cheloha@