aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/efi_stub_32.S
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2009-02-23 22:57:02 +0300
committerIngo Molnar <mingo@elte.hu>2009-02-24 18:08:40 +0100
commit9f331119a4f95a44d918fe6d5e85998fabf99b72 (patch)
treeb079678e245a74b546bc2f73d01b316045fdc08b /arch/x86/kernel/efi_stub_32.S
parentbc8b2b9258488b932cd399112e01d5afffc4ee96 (diff)
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 ef00bb77d7e..a206b946929 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