aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/efi_stub_32.S
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2009-02-23 14:57:02 -0500
committerIngo Molnar <mingo@elte.hu>2009-02-24 12:08:40 -0500
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 ef00bb77d7e4..a206b9469296 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)
113 movl (%edx), %ecx 113 movl (%edx), %ecx
114 pushl %ecx 114 pushl %ecx
115 ret 115 ret
116ENDPROC(efi_call_phys)
116.previous 117.previous
117 118
118.data 119.data