X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FCpuExceptionHandlerLib%2FDxeCpuExceptionHandlerLib.inf;h=a480890165d5a90336996168296a4259a04025c0;hp=58e55a8a2e75d4511666e0868792a29b3dc4ec21;hb=236601136fea5dcfad4b57ce4a81cf980a22e1f4;hpb=ec51c05936ee46f5a8cc11e3b127e153af3e3943 diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf index 58e55a8a2e..a480890165 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf @@ -1,7 +1,7 @@ ## @file # CPU Exception Handler library instance for DXE modules. # -# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -28,7 +28,6 @@ # [Sources.Ia32] - Ia32/ExceptionHandlerAsm.asm Ia32/ExceptionHandlerAsm.nasm Ia32/ExceptionTssEntryAsm.nasm Ia32/ExceptionHandlerAsm.S @@ -36,7 +35,6 @@ Ia32/ArchInterruptDefs.h [Sources.X64] - X64/ExceptionHandlerAsm.asm X64/ExceptionHandlerAsm.nasm X64/ExceptionHandlerAsm.S X64/ArchExceptionHandler.c