From: Cyrill Gorcunov <gorcunov@gmail.com>
To: hpa@zytor.com, mingo@elte.hu, linux-kernel@vger.kernel.org
Cc: heukelum@fastmail.fm, Jeremy Fitzhardinge <jeremy@xensource.com>,
Cyrill Gorcunov <gorcunov@openvz.org>
Subject: [patch 4/6] x86: entry_64.S - add missing ENDPROC
Date: Mon, 23 Feb 2009 22:57:00 +0300 [thread overview]
Message-ID: <20090223200227.158233243@openvz.org> (raw)
In-Reply-To: 20090223195656.512422509@openvz.org
[-- Attachment #1: x86-add-missed-end-native_usergs_sysret64 --]
[-- Type: text/plain, Size: 651 bytes --]
native_usergs_sysret64 is described as
extern void native_usergs_sysret64(void)
so lets add ENDPROC here
CC: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
---
arch/x86/kernel/entry_64.S | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6.git/arch/x86/kernel/entry_64.S
===================================================================
--- linux-2.6.git.orig/arch/x86/kernel/entry_64.S
+++ linux-2.6.git/arch/x86/kernel/entry_64.S
@@ -188,6 +188,7 @@ return_to_handler:
ENTRY(native_usergs_sysret64)
swapgs
sysretq
+ENDPROC(native_usergs_sysret64)
#endif /* CONFIG_PARAVIRT */
next prev parent reply other threads:[~2009-02-23 20:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-23 19:56 [patch 0/6] x86-tip cleanup series Cyrill Gorcunov
2009-02-23 19:56 ` [patch 1/6] x86: head_64.S - remove useless balign Cyrill Gorcunov
2009-02-23 19:56 ` [patch 2/6] x86: head_64.S - use IDT_ENTRIES instead of hardcoded number Cyrill Gorcunov
2009-02-23 19:56 ` [patch 3/6] x86: invalid_vm86_irq -- use predefined macros Cyrill Gorcunov
2009-02-23 19:57 ` Cyrill Gorcunov [this message]
2009-02-23 19:57 ` [patch 5/6] x86: head_64.S - use GLOBAL macro Cyrill Gorcunov
2009-02-23 19:57 ` [patch 6/6] x86: efi_stub_32,64 - add missing ENDPROCs Cyrill Gorcunov
2009-02-24 17:09 ` [patch 0/6] x86-tip cleanup series Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090223200227.158233243@openvz.org \
--to=gorcunov@gmail.com \
--cc=gorcunov@openvz.org \
--cc=heukelum@fastmail.fm \
--cc=hpa@zytor.com \
--cc=jeremy@xensource.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox