diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2009-02-23 22:57:02 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-24 18:08:40 +0100 |
commit | 9f331119a4f95a44d918fe6d5e85998fabf99b72 (patch) | |
tree | b079678e245a74b546bc2f73d01b316045fdc08b /arch/x86/kernel/efi_stub_32.S | |
parent | bc8b2b9258488b932cd399112e01d5afffc4ee96 (diff) | |
download | blackbird-op-linux-9f331119a4f95a44d918fe6d5e85998fabf99b72.tar.gz blackbird-op-linux-9f331119a4f95a44d918fe6d5e85998fabf99b72.zip |
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.S | 1 |
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) movl (%edx), %ecx pushl %ecx ret +ENDPROC(efi_call_phys) .previous .data |