Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Comment out IA32_TEMPERATURE_TARGET tempora...
details: https://anonhg.NetBSD.org/src/rev/183c6a1bcfa9
branches: trunk
changeset: 763414:183c6a1bcfa9
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Mar 18 20:56:46 2011 +0000
description:
Comment out IA32_TEMPERATURE_TARGET temporarily.
diffstat:
sys/arch/x86/x86/coretemp.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 6ee02dba1df2 -r 183c6a1bcfa9 sys/arch/x86/x86/coretemp.c
--- a/sys/arch/x86/x86/coretemp.c Fri Mar 18 20:23:26 2011 +0000
+++ b/sys/arch/x86/x86/coretemp.c Fri Mar 18 20:56:46 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index