Module Name:    src
Committed By:   jruoho
Date:           Fri Mar 18 20:56:46 UTC 2011

Modified Files:
        src/sys/arch/x86/x86: coretemp.c

Log Message:
Comment out IA32_TEMPERATURE_TARGET temporarily.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x86/x86/coretemp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/x86/coretemp.c
diff -u src/sys/arch/x86/x86/coretemp.c:1.23 src/sys/arch/x86/x86/coretemp.c:1.24
--- src/sys/arch/x86/x86/coretemp.c:1.23	Fri Mar  4 11:56:27 2011
+++ src/sys/arch/x86/x86/coretemp.c	Fri Mar 18 20:56:46 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: coretemp.c,v 1.23 2011/03/04 11:56:27 jruoho Exp $ */
+/* $NetBSD: coretemp.c,v 1.24 2011/03/18 20:56:46 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: coretemp.c,v 1.23 2011/03/04 11:56:27 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: coretemp.c,v 1.24 2011/03/18 20:56:46 jruoho Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -288,6 +288,7 @@
 		}
 	}
 
+#if 0
 	/*
 	 * Attempt to get Tj(max) from IA32_TEMPERATURE_TARGET,
 	 * but only consider the interval [70, 100] C as valid.
@@ -303,6 +304,7 @@
 			return;
 		}
 	}
+#endif
 }
 
 static void

Reply via email to