X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FLibrary%2FLoadLinuxLib%2FIa32%2FJumpToKernel.asm;fp=OvmfPkg%2FLibrary%2FLoadLinuxLib%2FIa32%2FJumpToKernel.asm;h=a8f3965f9a8a9ea7452ba98e250100aa2b689434;hb=f940fea8b1c914082bd86238068c3561c2ecd540;hp=21d0c4e7240bb7eb3e8847810e22d8f5fd2afae7;hpb=29874a8c6015deff95e90e64fb9321bdc7b32a99;p=mirror_edk2.git diff --git a/OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.asm b/OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.asm index 21d0c4e724..a8f3965f9a 100644 --- a/OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.asm +++ b/OvmfPkg/Library/LoadLinuxLib/Ia32/JumpToKernel.asm @@ -1,6 +1,6 @@ ;------------------------------------------------------------------------------ ; -; Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.
+; Copyright (c) 2006 - 2012, 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 @@ -32,23 +32,4 @@ JumpToKernel PROC JumpToKernel ENDP -;------------------------------------------------------------------------------ -; VOID -; EFIAPI -; JumpToUefiKernel ( -; EFI_HANDLE ImageHandle, -; EFI_SYSTEM_TABLE *SystemTable, -; VOID *KernelBootParams, -; VOID *KernelStart -; ); -;------------------------------------------------------------------------------ -JumpToUefiKernel PROC - - mov eax, [esp + 12] - mov eax, [eax + 264h] - add eax, [esp + 16] - jmp eax - -JumpToUefiKernel ENDP - END