From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 786A481D27 for ; Mon, 31 Oct 2016 20:07:37 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 31 Oct 2016 20:07:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,577,1473145200"; d="scan'208";a="25997732" Received: from orsmsx104.amr.corp.intel.com ([10.22.225.131]) by orsmga005.jf.intel.com with ESMTP; 31 Oct 2016 20:07:38 -0700 Received: from orsmsx160.amr.corp.intel.com (10.22.226.43) by ORSMSX104.amr.corp.intel.com (10.22.225.131) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 31 Oct 2016 20:07:38 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.50]) by ORSMSX160.amr.corp.intel.com ([10.22.226.43]) with mapi id 14.03.0248.002; Mon, 31 Oct 2016 20:07:37 -0700 From: "Kinney, Michael D" To: "Fan, Jeff" , "edk2-devel@lists.01.org" , "Kinney, Michael D" , Leo Duran Thread-Topic: [edk2] [[POC2] 0/2] UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation() Thread-Index: AQHSM+ulPjTOSFcmuUifi+T1xTlXc6DDchtg Date: Tue, 1 Nov 2016 03:07:36 +0000 Message-ID: References: <20161101025700.7108-1-jeff.fan@intel.com> In-Reply-To: <20161101025700.7108-1-jeff.fan@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTAzM2I5MzEtOWNmNi00MDFiLWIzYjYtMmVjMDI2YWIwMGQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjV5SkpsN0pEUWdySTZxQTVHRVZjR0xIaWFYa0hvekNkUUNieTBKVzZZT2M9In0= x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Subject: Re: [[POC2] 0/2] UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation() X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 03:07:37 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Michael Kinney Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Je= ff Fan > Sent: Monday, October 31, 2016 7:57 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [[POC2] 0/2] UefiCpuPkg/LocalApicLib: Rename GetProcessor= Location() >=20 > This patch is new API renaming and EFIAPI adding, building pass is enough= . >=20 > Jeff Fan (2): > UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation() > UefiCpuPkg/LocalApicLib: Add EFIAPI for GetProcessorLocationByApicId() >=20 > UefiCpuPkg/Include/Library/LocalApicLib.h | 3 ++- > UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c | 3 ++- > UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.c | 3 ++- > UefiCpuPkg/Library/MpInitLib/MpLib.c | 2 +- > UefiCpuPkg/PiSmmCpuDxeSmm/CpuService.c | 2 +- > 5 files changed, 8 insertions(+), 5 deletions(-) >=20 > -- > 2.9.3.windows.2 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel