CpuStateBuzy => CpuStateBusy Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen Fan <chen.fan.f...@cn.fujitsu.com> --- UefiCpuPkg/CpuDxe/CpuMp.c | 2 +- UefiCpuPkg/CpuDxe/CpuMp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/UefiCpuPkg/CpuDxe/CpuMp.c b/UefiCpuPkg/CpuDxe/CpuMp.c index 71b62be..25b6fcb 100644 --- a/UefiCpuPkg/CpuDxe/CpuMp.c +++ b/UefiCpuPkg/CpuDxe/CpuMp.c @@ -1407,7 +1407,7 @@ FillInProcessorInformation ( CpuData->Info.Location.Package = ProcessorId; CpuData->Info.Location.Core = 0; CpuData->Info.Location.Thread = 0; - CpuData->State = Bsp ? CpuStateBuzy : CpuStateIdle; + CpuData->State = Bsp ? CpuStateBusy : CpuStateIdle; CpuData->Procedure = NULL; CpuData->Parameter = NULL; diff --git a/UefiCpuPkg/CpuDxe/CpuMp.h b/UefiCpuPkg/CpuDxe/CpuMp.h index 5c89238..a6478c0 100644 --- a/UefiCpuPkg/CpuDxe/CpuMp.h +++ b/UefiCpuPkg/CpuDxe/CpuMp.h @@ -79,7 +79,7 @@ typedef enum { CpuStateIdle, CpuStateBlocked, CpuStateReady, - CpuStateBuzy, + CpuStateBusy, CpuStateFinished } CPU_STATE; -- 1.9.3 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel