audk/UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol
Rebecca Cran 089013a697 UefiCpuPkg: Update code to be more C11 compliant by using __func__
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among
others support, while __func__ was standardized in C99.

Since it's more standard, replace __FUNCTION__ with __func__ throughout
UefiCpuPkg.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
2023-04-10 14:19:57 +00:00
..
EdkiiPeiMpServices2PpiPeiUnitTest.inf
EdkiiPeiMpServices2PpiUnitTest.c
EfiMpServiceProtocolDxeUnitTest.inf
EfiMpServiceProtocolDynamicCmdUnitTest.c UefiCpuPkg/Test: develop UEFI App and dynamic cmd for MP services UT 2022-12-08 10:04:24 +00:00
EfiMpServiceProtocolDynamicCmdUnitTest.inf UefiCpuPkg/Test: develop UEFI App and dynamic cmd for MP services UT 2022-12-08 10:04:24 +00:00
EfiMpServiceProtocolShellUnitTest.inf UefiCpuPkg/Test: develop UEFI App and dynamic cmd for MP services UT 2022-12-08 10:04:24 +00:00
EfiMpServiceProtocolUnitTest.c
EfiMpServicesUnitTestCommom.c UefiCpuPkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
EfiMpServicesUnitTestCommom.h