From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel-bounces@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 2F8722112549D; Fri, 7 Sep 2018 21:05:15 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Sep 2018 21:05:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,344,1531810800"; d="scan'208";a="261738663" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 07 Sep 2018 21:05:06 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 7 Sep 2018 21:05:06 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 7 Sep 2018 21:05:05 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.226]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.16]) with mapi id 14.03.0319.002; Sat, 8 Sep 2018 12:05:03 +0800 From: "Bi, Dandan" To: "Wang, Jian J" , edk2-devel , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues Thread-Index: AQHURxrmppZsUdmu1kC3/MTiziDKs6TlMm0AgACRc+A= Date: Sat, 8 Sep 2018 04:05:03 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3BB72B96@shsmsx102.ccr.corp.intel.com> References: <20180908022215.3108-1-jian.j.wang@intel.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 04:05:15 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi Thanks, Dandan -----Original Message----- From: Wang, Jian J=20 Sent: Saturday, September 8, 2018 11:24 AM To: edk2-devel ; edk2-devel@lists.01.org Cc: Bi, Dandan Subject: RE: [edk2] [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues 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=20 > index 7d65e39e90..064ea05bba 100644 > --- a/UefiCpuPkg/CpuDxe/CpuDxe.h > +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h > @@ -291,7 +291,7 @@ RefreshGcdMemoryAttributesFromPaging ( VOID =20 > 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 =20 > 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