]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseCacheMaintenanceLib/Ipf/CallPalProc.s
1. Updated PalCallStatic.s in BaseCacheMaintenanceLib
[mirror_edk2.git] / MdePkg / Library / BaseCacheMaintenanceLib / Ipf / CallPalProc.s
diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/Ipf/CallPalProc.s b/MdePkg/Library/BaseCacheMaintenanceLib/Ipf/CallPalProc.s
deleted file mode 100644 (file)
index 18b0f58..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/// @file\r
-///   Contains an implementation of CallPalProcStatic on Itanium-based\r
-///   architecture.\r
-///\r
-/// Copyright (c) 2006, Intel Corporation\r
-/// All rights reserved. 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
-///\r
-/// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-/// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-///\r
-/// Module Name:  CallPalProc.s\r
-///\r
-///\r
-\r
-.auto\r
-.text\r
-\r
-.proc   CallPalProcStatic\r
-.type   CallPalProcStatic, @function\r
-CallPalProcStatic::\r
-        mov                 r9  = ar.k5\r
-        mov                 r8  = ip\r
-        add                 r8  = (PalProcReturn - CallPalProcStatic), r8\r
-        mov                 r28 = r32\r
-        mov                 b7  = r9\r
-        mov                 r29 = r33\r
-        mov                 r30 = r34\r
-        mov                 r31 = r35\r
-        mov                 r32 = b0\r
-        mov                 b0  = r8\r
-        br.sptk             b7\r
-PalProcReturn:\r
-        mov                 b0 = r32\r
-        br.ret.sptk.many    b0\r
-.endp   CallPalProcStatic\r