HAOUAS Elyes has uploaded this change for review.

View Change

cpu/amd/quadcore/quadcore.c: Remove not used variable

Change-Id: I826ba637c77dcdac04d0494c00b1b90e5303c63e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/cpu/amd/quadcore/quadcore.c
1 file changed, 0 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/29941/1
diff --git a/src/cpu/amd/quadcore/quadcore.c b/src/cpu/amd/quadcore/quadcore.c
index c2d277a..e47c4a3 100644
--- a/src/cpu/amd/quadcore/quadcore.c
+++ b/src/cpu/amd/quadcore/quadcore.c
@@ -94,13 +94,10 @@
*/

/* Wait for the first core of each compute unit to start... */
- uint32_t timeout;
for (i = 1; i < cores + 1; i++) {
if (!(i & 0x1)) {
uint32_t ap_apicid =
get_boot_apic_id(nodeid, i);
- timeout = wait_cpu_state(ap_apicid,
- F10_APSTATE_ASLEEP, F10_APSTATE_ASLEEP);
}
}


To view, visit change 29941. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I826ba637c77dcdac04d0494c00b1b90e5303c63e
Gerrit-Change-Number: 29941
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange