* [PATCH] x86/xen: Fix build failure without CONFIG_XEN_PVH
@ 2014-10-07 16:55 Ted Percival
2014-10-07 17:24 ` David Vrabel
2014-10-07 17:24 ` David Vrabel
0 siblings, 2 replies; 4+ 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] 4+ 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
2014-10-07 17:24 ` David Vrabel
1 sibling, 0 replies; 4+ 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] 4+ 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
@ 2014-10-07 17:24 ` David Vrabel
1 sibling, 0 replies; 4+ messages in thread
From: David Vrabel @ 2014-10-07 17:24 UTC (permalink / raw)
To: Ted Percival, Konrad Rzeszutek Wilk, Boris Ostrovsky
Cc: maintainer:X86 ARCHITECTURE..., open list:X86 ARCHITECTURE...,
Ingo Molnar, H. Peter Anvin, moderated list:XEN HYPERVISOR IN...,
Thomas Gleixner
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] 4+ messages in thread
* [PATCH] x86/xen: Fix build failure without CONFIG_XEN_PVH
@ 2014-10-07 16:55 Ted Percival
0 siblings, 0 replies; 4+ messages in thread
From: Ted Percival @ 2014-10-07 16:55 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk, Boris Ostrovsky, David Vrabel
Cc: maintainer:X86 ARCHITECTURE..., open list:X86 ARCHITECTURE...,
Ingo Molnar, Ted Percival, H. Peter Anvin,
moderated list:XEN HYPERVISOR IN..., Thomas Gleixner
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] 4+ messages in thread
end of thread, other threads:[~2014-10-07 17:24 UTC | newest]
Thread overview: 4+ 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
2014-10-07 17:24 ` David Vrabel
-- strict thread matches above, loose matches on Subject: below --
2014-10-07 16:55 Ted Percival
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.