]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/CpuExceptionHandlerLib: remove un-used mReservedVectors
authorJeff Fan <jeff.fan@intel.com>
Wed, 30 Nov 2016 07:13:19 +0000 (15:13 +0800)
committerJeff Fan <jeff.fan@intel.com>
Thu, 1 Dec 2016 08:03:20 +0000 (16:03 +0800)
Cc: Feng Tian <feng.tian@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h

index 5d2816111fb9997dfb68819fa290272f6be9a066..3d85b0c415ae984196d9e4e864453fc523a140e1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   CPU Exception Handler Library common functions.\r
 \r
-  Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -20,8 +20,7 @@
 //\r
 // 1 means an error code will be pushed, otherwise 0\r
 //\r
-CONST UINT32 mErrorCodeFlag             = 0x00027d00;\r
-RESERVED_VECTORS_DATA *mReservedVectors = NULL;\r
+CONST UINT32 mErrorCodeFlag = 0x00027d00;\r
 \r
 //\r
 // Define the maximum message length\r
index f2e4692c1bec02a7342c4580e187bace6aed74ef..4639ed2d9073758d062211659b3607798d5e5df3 100644 (file)
@@ -55,7 +55,6 @@ typedef struct {
 extern CONST UINT32                mErrorCodeFlag;\r
 extern CONST UINTN                 mImageAlignSize;\r
 extern CONST UINTN                 mDoFarReturnFlag;\r
-extern RESERVED_VECTORS_DATA       *mReservedVectors;\r
 \r
 /**\r
   Return address map of exception handler template so that C code can generate\r