[Midnightbsd-cvs] src [9603] trunk/sys/dev/coretemp/coretemp.c: fix zero temp

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 1 18:16:30 EDT 2017


Revision: 9603
          http://svnweb.midnightbsd.org/src/?rev=9603
Author:   laffer1
Date:     2017-10-01 18:16:29 -0400 (Sun, 01 Oct 2017)
Log Message:
-----------
fix zero temp

Modified Paths:
--------------
    trunk/sys/dev/coretemp/coretemp.c

Modified: trunk/sys/dev/coretemp/coretemp.c
===================================================================
--- trunk/sys/dev/coretemp/coretemp.c	2017-10-01 22:12:45 UTC (rev 9602)
+++ trunk/sys/dev/coretemp/coretemp.c	2017-10-01 22:16:29 UTC (rev 9603)
@@ -48,7 +48,7 @@
 #include <machine/cputypes.h>
 #include <machine/md_var.h>
 
-#define	TZ_ZEROC			2732
+#define	TZ_ZEROC			2731
 
 #define	THERM_STATUS_LOG		0x02
 #define	THERM_STATUS			0x01



More information about the Midnightbsd-cvs mailing list