]> 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 bc6ef0070d8933cae6a80d7255184b55c838833a..c930486183fe4133df5fb1a27b1d68f50bcecc5e 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright 2005 - 2008, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \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
 http://opensource.org/licenses/bsd-license.php                                            \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