Re: [PATCH] x86/xen: Fix build failure without CONFIG_XEN_PVH

2014-10-07 Thread David Vrabel
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 I've already pushed a fixed version to linux-next. Thanks. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

[PATCH] x86/xen: Fix build failure without CONFIG_XEN_PVH

2014-10-07 Thread Ted Percival
Fixes: 851861bb4cc0 ("x86/xen: Set EFER.NX and EFER.SCE in PVH guests") Signed-off-by: Ted Percival --- 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/