Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37007 )
Change subject: [TEST]cpu/x86/mp_init: Park APs in C7
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37007/1/src/cpu/x86/mp_init.c
File src/cpu/x86/mp_init.c:
https://review.coreboot.org/c/coreboot/+/37007/1/src/cpu/x86/mp_init.c@195
PS1, Line 195: mov %0, %%eax\n\t
could be
xor %%eax, %%eax
as done for ecx and edx above.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/37007
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I960871450407ade6e8f18e69921ce74aa7fbca24
Gerrit-Change-Number: 37007
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Werner Zeh
werner.zeh@siemens.com
Gerrit-Comment-Date: Wed, 20 Nov 2019 14:51:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment