CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2016/05/22 22:52:50

Modified files:
        sys/arch/macppc/dev: thermal.c thermal.h 

Log message:
Some of our fan scaling calculations with the muK temperature unit above
59 degC require temporary values larger than 32bit signed.  Therefore
bump those involved variables to int64_t and replace imin/imax with
ulmin/ulmax to get proper results.

Reply via email to