* [PATCH] x86/xen: Fix build failure without CONFIG_XEN_PVH
@ 2014-10-07 16:55 Ted Percival
2014-10-07 17:24 ` David Vrabel
0 siblings, 1 reply; 2+ messages in thread
From: Ted Percival @ 2014-10-07 16:55 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk, Boris Ostrovsky, David Vrabel
Cc: Ted Percival, Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
maintainer:X86 ARCHITECTURE...,
moderated list:XEN HYPERVISOR IN...,
open list:X86 ARCHITECTURE...
Fixes: 851861bb4cc0 ("x86/xen: Set EFER.NX and EFER.SCE in PVH guests")
Signed-off-by: Ted Percival <ted@tedp.id.au>
---
arch/x86/xen/smp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/xen/smp.h b/arch/x86/xen/smp.h
index eed00a8..963d62a 100644
--- a/arch/x86/xen/smp.h
+++ b/arch/x86/xen/smp.h
@@ -11,7 +11,7 @@ extern void xen_send_IPI_self(int vector);
#ifdef CONFIG_XEN_PVH
extern void xen_pvh_early_cpu_init(int cpu, bool entry);
#else
-static inline void xen_pvh_early_cpu_init(int cpu, bool entry);
+static inline void xen_pvh_early_cpu_init(int cpu, bool entry)
{
}
#endif
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] x86/xen: Fix build failure without CONFIG_XEN_PVH
2014-10-07 16:55 [PATCH] x86/xen: Fix build failure without CONFIG_XEN_PVH Ted Percival
@ 2014-10-07 17:24 ` David Vrabel
0 siblings, 0 replies; 2+ messages in thread
From: David Vrabel @ 2014-10-07 17:24 UTC (permalink / raw)
To: Ted Percival, Konrad Rzeszutek Wilk, Boris Ostrovsky
Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
maintainer:X86 ARCHITECTURE...,
moderated list:XEN HYPERVISOR IN...,
open list:X86 ARCHITECTURE...
On 07/10/14 17:55, Ted Percival wrote:
> Fixes: 851861bb4cc0 ("x86/xen: Set EFER.NX and EFER.SCE in PVH guests")
> Signed-off-by: Ted Percival <ted@tedp.id.au>
I've already pushed a fixed version to linux-next.
Thanks.
David
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-07 17:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07 16:55 [PATCH] x86/xen: Fix build failure without CONFIG_XEN_PVH Ted Percival
2014-10-07 17:24 ` David Vrabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).