CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/13 17:33:09
Modified files:
sys/arch/amd64/amd64: powernow-k8.c
Log message:
Use signed values to compare absolute difference. The variables
fid and cfid are signed, so the FID_TO_VCO_FID() macro creates
signed results. Keep the sign when passing to abs() although the
implicit conversions created the same binary.
OK deraadt@
