]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/Processor.c
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / X64 / Processor.c
index aa366c2a1f59021cc5711fe1a7bd6c85f97e12fe..c930486183fe4133df5fb1a27b1d68f50bcecc5e 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2005 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 2010, 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
@@ -84,8 +84,6 @@ Returns:
 --*/\r
 {\r
   *This = &mTransferControl;\r
-  mTransferControl.SetJump = TransferControlSetJump;\r
-  mTransferControl.LongJump = TransferControlLongJump;\r
   return EFI_SUCCESS;\r
 }\r
 \r
@@ -112,7 +110,6 @@ Returns:
 --*/\r
 {\r
   *This = &mFlushInstructionCache;\r
-  mFlushInstructionCache.Flush = FlushInstructionCacheFlush;\r
   return EFI_SUCCESS;\r
 }\r
 \r