aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/hyperthreading
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-08-01 11:53:39 +0000
committerStefan Reinauer <stepan@openbios.org>2008-08-01 11:53:39 +0000
commitdf6c8582182e7989a36c871e40b5b97b708c17b1 (patch)
tree95bd2c405317085a7a7236683b9ea4b9198b61ab /src/cpu/intel/hyperthreading
parent96a60363f896ed4c21ef8af629b2c8eb92486d93 (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/intel/hyperthreading')
-rw-r--r--src/cpu/intel/hyperthreading/intel_sibling.c1
1 files changed, 0 insertions, 1 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;