Re: [edk2] [v4 2/4] UefiCpuPkg/MpService: put AP to busy state when execution

2015-03-04 Thread Chen Fan
n.fan.f...@cn.fujitsu.com] > Sent: Thursday, March 05, 2015 2:30 PM > To: edk2-devel@lists.sourceforge.net > Cc: Fan, Jeff > Subject: [edk2] [v4 2/4] UefiCpuPkg/MpService: put AP to busy state when > execution > > CpuState should follow t

Re: [edk2] [v4 2/4] UefiCpuPkg/MpService: put AP to busy state when execution

2015-03-04 Thread Fan, Jeff
: Fan, Jeff Subject: [edk2] [v4 2/4] UefiCpuPkg/MpService: put AP to busy state when execution CpuState should follow the process: Idle -> Ready -> Busy -> Finished ^ | | | + - - - - - - - - - - - - + Contributed-under:

[edk2] [v4 2/4] UefiCpuPkg/MpService: put AP to busy state when execution

2015-03-04 Thread Chen Fan
CpuState should follow the process: Idle -> Ready -> Busy -> Finished ^ | | | + - - - - - - - - - - - - + Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen Fan --- UefiCpuPkg/CpuDxe/CpuMp.c | 9 +++-