diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-08-01 11:53:39 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-08-01 11:53:39 +0000 |
commit | df6c8582182e7989a36c871e40b5b97b708c17b1 (patch) | |
tree | 95bd2c405317085a7a7236683b9ea4b9198b61ab /src/cpu | |
parent | 96a60363f896ed4c21ef8af629b2c8eb92486d93 (diff) |
drop unused code (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3452 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/intel/hyperthreading/intel_sibling.c | 1 | ||||
-rw-r--r-- | src/cpu/intel/thermal_monitoring/Config.lb | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/intel/hyperthreading/intel_sibling.c b/src/cpu/intel/hyperthreading/intel_sibling.c index 5e63dfffbb..13bfdf35fb 100644 --- a/src/cpu/intel/hyperthreading/intel_sibling.c +++ b/src/cpu/intel/hyperthreading/intel_sibling.c @@ -48,7 +48,6 @@ void intel_sibling_init(device_t cpu) 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; diff --git a/src/cpu/intel/thermal_monitoring/Config.lb b/src/cpu/intel/thermal_monitoring/Config.lb deleted file mode 100644 index 163f6e6649..0000000000 --- a/src/cpu/intel/thermal_monitoring/Config.lb +++ /dev/null @@ -1,3 +0,0 @@ -#define THERMAL_MONITORING_OFF 0 -#define THERMAL_MONITORING_SET 0x00000008 -#define MISC_ENABLE 0x01a0 |