* [PATCH] x86_64/paravirt: fix compile errors with IA32_EMULATION off
@ 2008-06-30 18:10 Jeremy Fitzhardinge
2008-06-30 18:56 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Fitzhardinge @ 2008-06-30 18:10 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Linux Kernel Mailing List
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
---
arch/x86/kernel/paravirt.c | 4 ++++
1 file changed, 4 insertions(+)
===================================================================
--- a/arch/x86/kernel/paravirt.c
+++ b/arch/x86/kernel/paravirt.c
@@ -349,9 +349,13 @@
.write_idt_entry = native_write_idt_entry,
.load_sp0 = native_load_sp0,
+#if defined(CONFIG_X86_32) || defined(CONFIG_IA32_EMULATION)
.irq_enable_sysexit = native_irq_enable_sysexit,
+#endif
#ifdef CONFIG_X86_64
+#ifdef CONFIG_IA32_EMULATION
.usergs_sysret32 = native_usergs_sysret32,
+#endif
.usergs_sysret64 = native_usergs_sysret64,
#endif
.iret = native_iret,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] x86_64/paravirt: fix compile errors with IA32_EMULATION off
2008-06-30 18:10 [PATCH] x86_64/paravirt: fix compile errors with IA32_EMULATION off Jeremy Fitzhardinge
@ 2008-06-30 18:56 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-06-30 18:56 UTC (permalink / raw)
To: Jeremy Fitzhardinge; +Cc: Linux Kernel Mailing List, the arch/x86 maintainers
* Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
applied to tip/x86/xen-64bit, thanks Jeremy.
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-30 18:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 18:10 [PATCH] x86_64/paravirt: fix compile errors with IA32_EMULATION off Jeremy Fitzhardinge
2008-06-30 18:56 ` Ingo Molnar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.