[coreboot-gerrit] Change in ...coreboot[master]: cpu/amd/quadcore/quadcore.c: Remove not used variable

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Thu Nov 29 20:49:20 CET 2018


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29941


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

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

Change-Id: I826ba637c77dcdac04d0494c00b1b90e5303c63e
Signed-off-by: Elyes HAOUAS <ehaouas at 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 https://review.coreboot.org/c/coreboot/+/29941
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I826ba637c77dcdac04d0494c00b1b90e5303c63e
Gerrit-Change-Number: 29941
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181129/8d7613ff/attachment-0001.html>


More information about the coreboot-gerrit mailing list