From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=jian.j.wang@intel.com; receiver=edk2-devel-bounces@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 AAFC521125487; Fri, 7 Sep 2018 20:23:59 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Sep 2018 20:23:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,344,1531810800"; d="scan'208";a="81836969" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 07 Sep 2018 20:23:58 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 7 Sep 2018 20:23:58 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 7 Sep 2018 20:23:58 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.240]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.16]) with mapi id 14.03.0319.002; Sat, 8 Sep 2018 11:23:56 +0800 From: "Wang, Jian J" To: edk2-devel , "edk2-devel@lists.01.org" CC: "Bi, Dandan" Thread-Topic: [edk2] [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues Thread-Index: AQHURxroV5WdwvZFkE2wmn2sGw5TVKTluGCA Date: Sat, 8 Sep 2018 03:23:56 +0000 Message-ID: References: <20180908022215.3108-1-jian.j.wang@intel.com> In-Reply-To: <20180908022215.3108-1-jian.j.wang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzc3YTg0ODAtMDRhMS00ZGFmLTllYmEtMThiMDJjMzMzMTEwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZU92enMydXZRcUxhRzZtcVAxaERCMTUzRW1BTlhkdFdhakg5RE1LWmhjK3lMNEhzeUlXeEtmUHVmQitCUXEwNyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2018 03:23:59 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Forgot to mention the BZ info: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1160 Regards, Jian > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] > Sent: Saturday, September 08, 2018 10:22 AM > To: edk2-devel@lists.01.org > Cc: Bi, Dandan > Subject: [edk2] [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues >=20 > There're two parameters which have different name in comment and prototyp= e. >=20 > Cc: Dandan Bi > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jian J Wang > --- > UefiCpuPkg/CpuDxe/CpuDxe.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h > index 7d65e39e90..064ea05bba 100644 > --- a/UefiCpuPkg/CpuDxe/CpuDxe.h > +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h > @@ -291,7 +291,7 @@ RefreshGcdMemoryAttributesFromPaging ( > VOID > EFIAPI > DebugExceptionHandler ( > - IN EFI_EXCEPTION_TYPE InterruptType, > + IN EFI_EXCEPTION_TYPE ExceptionType, > IN EFI_SYSTEM_CONTEXT SystemContext > ); >=20 > @@ -307,7 +307,7 @@ DebugExceptionHandler ( > VOID > EFIAPI > PageFaultExceptionHandler ( > - IN EFI_EXCEPTION_TYPE InterruptType, > + IN EFI_EXCEPTION_TYPE ExceptionType, > IN EFI_SYSTEM_CONTEXT SystemContext > ); >=20 > -- > 2.16.2.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel