From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id BD9C081D27 for ; Mon, 31 Oct 2016 19:57:05 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP; 31 Oct 2016 19:57:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,577,1473145200"; d="scan'208";a="25932728" Received: from jfan12-desk.ccr.corp.intel.com ([10.239.9.5]) by fmsmga006.fm.intel.com with ESMTP; 31 Oct 2016 19:57:06 -0700 From: Jeff Fan To: edk2-devel@lists.01.org Date: Tue, 1 Nov 2016 10:56:58 +0800 Message-Id: <20161101025700.7108-1-jeff.fan@intel.com> X-Mailer: git-send-email 2.9.3.windows.2 Subject: [[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 02:57:05 -0000 This patch is new API renaming and EFIAPI adding, building pass is enough. Jeff Fan (2): UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation() UefiCpuPkg/LocalApicLib: Add EFIAPI for GetProcessorLocationByApicId() 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(-) -- 2.9.3.windows.2