summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/efi_stub_32.S
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2009-02-23 19:57:02 (GMT)
committerIngo Molnar <mingo@elte.hu>2009-02-24 17:08:40 (GMT)
commit9f331119a4f95a44d918fe6d5e85998fabf99b72 (patch)
treeb079678e245a74b546bc2f73d01b316045fdc08b /arch/x86/kernel/efi_stub_32.S
parentbc8b2b9258488b932cd399112e01d5afffc4ee96 (diff)
downloadlinux-fsl-qoriq-9f331119a4f95a44d918fe6d5e85998fabf99b72.tar.xz
x86: efi_stub_32,64 - add missing ENDPROCs
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Cc: heukelum@fastmail.fm Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/efi_stub_32.S')
-rw-r--r--arch/x86/kernel/efi_stub_32.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/efi_stub_32.S b/arch/x86/kernel/efi_stub_32.S
index ef00bb7..a206b94 100644
--- a/arch/x86/kernel/efi_stub_32.S
+++ b/arch/x86/kernel/efi_stub_32.S
@@ -113,6 +113,7 @@ ENTRY(efi_call_phys)
movl (%edx), %ecx
pushl %ecx
ret
+ENDPROC(efi_call_phys)
.previous
.data