Re: [edk2] [PATCH] MdePkg: Fix PI Multi-processor PPI header file include issue

2015-05-13 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Hao Wu [mailto:hao.a...@intel.com] > Sent: Wednesday, May 13, 2015 5:20 AM > To: edk2-devel@lists.sourceforge.net > Subject: [edk2] [PATCH] MdePkg: Fix PI Multi-processor PPI header file > include issue >

[edk2] [PATCH] MdePkg: Fix PI Multi-processor PPI header file include issue

2015-05-13 Thread Hao Wu
Multi-processor PPI header file 'Ppi/Mpservices.h' uses a function prototype EFI_AP_PROCEDURE which is defined in 'Pi/PiDxeCis.h' (DXE header file). This will cause a build fail when 'Ppi/Mpservices.h' is included in a PEI module. Since both phase support multi-processor service now, function pro