general: rename freq_ppm to freq_ppb (and fix arch-bare)
All adjustments are passed as part-per-billion, so after getting mad
in understanding what freq_ppm was, I renamed all of them to freq_ppb.
While making changes I verified this is what it is. Thus I fixed the comment
in ppsi.h (that was wrong by a factor of 64) and the adjustment code in
bare-time.c that made the same error (I admit I don't test arch-bare often).
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
Showing
- arch-sim/ppsi-sim.h 2 additions, 2 deletionsarch-sim/ppsi-sim.h
- arch-sim/sim-conf.c 2 additions, 2 deletionsarch-sim/sim-conf.c
- include/ppsi/ppsi.h 3 additions, 3 deletionsinclude/ppsi/ppsi.h
- time-bare/bare-time.c 10 additions, 10 deletionstime-bare/bare-time.c
- time-sim/sim-time.c 13 additions, 13 deletionstime-sim/sim-time.c
- time-unix/unix-time.c 10 additions, 10 deletionstime-unix/unix-time.c
- time-wrpc/wrpc-time.c 4 additions, 4 deletionstime-wrpc/wrpc-time.c
- time-wrs/wrs-time.c 4 additions, 4 deletionstime-wrs/wrs-time.c
Please register or sign in to comment