* [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues
@ 2018-09-08 2:22 Jian J Wang
2018-09-08 3:23 ` Wang, Jian J
0 siblings, 1 reply; 3+ messages in thread
From: Jian J Wang @ 2018-09-08 2:22 UTC (permalink / raw)
To: edk2-devel; +Cc: Dandan Bi
There're two parameters which have different name in comment and prototype.
Cc: Dandan Bi <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
---
UefiCpuPkg/CpuDxe/CpuDxe.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
);
@@ -307,7 +307,7 @@ DebugExceptionHandler (
VOID
EFIAPI
PageFaultExceptionHandler (
- IN EFI_EXCEPTION_TYPE InterruptType,
+ IN EFI_EXCEPTION_TYPE ExceptionType,
IN EFI_SYSTEM_CONTEXT SystemContext
);
--
2.16.2.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues
2018-09-08 2:22 [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues Jian J Wang
@ 2018-09-08 3:23 ` Wang, Jian J
2018-09-08 4:05 ` Bi, Dandan
0 siblings, 1 reply; 3+ messages in thread
From: Wang, Jian J @ 2018-09-08 3:23 UTC (permalink / raw)
To: edk2-devel, edk2-devel@lists.01.org; +Cc: Bi, Dandan
Forgot to mention the BZ info:
https://bugzilla.tianocore.org/show_bug.cgi?id=1160
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 <dandan.bi@intel.com>
> Subject: [edk2] [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues
>
> There're two parameters which have different name in comment and prototype.
>
> Cc: Dandan Bi <dandan.bi@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
> ---
> UefiCpuPkg/CpuDxe/CpuDxe.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> 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
> );
>
> @@ -307,7 +307,7 @@ DebugExceptionHandler (
> VOID
> EFIAPI
> PageFaultExceptionHandler (
> - IN EFI_EXCEPTION_TYPE InterruptType,
> + IN EFI_EXCEPTION_TYPE ExceptionType,
> IN EFI_SYSTEM_CONTEXT SystemContext
> );
>
> --
> 2.16.2.windows.1
>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues
2018-09-08 3:23 ` Wang, Jian J
@ 2018-09-08 4:05 ` Bi, Dandan
0 siblings, 0 replies; 3+ messages in thread
From: Bi, Dandan @ 2018-09-08 4:05 UTC (permalink / raw)
To: Wang, Jian J, edk2-devel, edk2-devel@lists.01.org
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Thanks,
Dandan
-----Original Message-----
From: Wang, Jian J
Sent: Saturday, September 8, 2018 11:24 AM
To: edk2-devel <edk2-devel-bounces@lists.01.org>; edk2-devel@lists.01.org
Cc: Bi, Dandan <dandan.bi@intel.com>
Subject: RE: [edk2] [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues
Forgot to mention the BZ info:
https://bugzilla.tianocore.org/show_bug.cgi?id=1160
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 <dandan.bi@intel.com>
> Subject: [edk2] [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues
>
> There're two parameters which have different name in comment and prototype.
>
> Cc: Dandan Bi <dandan.bi@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
> ---
> UefiCpuPkg/CpuDxe/CpuDxe.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> 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
> );
>
> @@ -307,7 +307,7 @@ DebugExceptionHandler ( VOID EFIAPI
> PageFaultExceptionHandler (
> - IN EFI_EXCEPTION_TYPE InterruptType,
> + IN EFI_EXCEPTION_TYPE ExceptionType,
> IN EFI_SYSTEM_CONTEXT SystemContext
> );
>
> --
> 2.16.2.windows.1
>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-09-08 4:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-08 2:22 [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues Jian J Wang
2018-09-08 3:23 ` Wang, Jian J
2018-09-08 4:05 ` Bi, Dandan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox