[coreboot] r3452 - in trunk/coreboot-v2/src/cpu/intel: hyperthreading thermal_monitoring

svn at coreboot.org svn at coreboot.org
Fri Aug 1 13:53:39 CEST 2008


Author: stepan
Date: 2008-08-01 13:53:39 +0200 (Fri, 01 Aug 2008)
New Revision: 3452

Removed:
   trunk/coreboot-v2/src/cpu/intel/thermal_monitoring/Config.lb
Modified:
   trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c
Log:
drop unused code (trivial)

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c
===================================================================
--- trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c	2008-08-01 11:50:52 UTC (rev 3451)
+++ trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c	2008-08-01 11:53:39 UTC (rev 3452)
@@ -48,7 +48,6 @@
 	for(i = 1; i < siblings; i++) {
 		struct device_path cpu_path;
 		device_t new;
-		unsigned long count;
 		/* Build the cpu device path */
 		cpu_path.type = DEVICE_PATH_APIC;
 		cpu_path.u.apic.apic_id = cpu->path.u.apic.apic_id + i;

Deleted: trunk/coreboot-v2/src/cpu/intel/thermal_monitoring/Config.lb
===================================================================
--- trunk/coreboot-v2/src/cpu/intel/thermal_monitoring/Config.lb	2008-08-01 11:50:52 UTC (rev 3451)
+++ trunk/coreboot-v2/src/cpu/intel/thermal_monitoring/Config.lb	2008-08-01 11:53:39 UTC (rev 3452)
@@ -1,3 +0,0 @@
-#define THERMAL_MONITORING_OFF 0
-#define THERMAL_MONITORING_SET 0x00000008
-#define MISC_ENABLE 0x01a0





More information about the coreboot mailing list