# HG changeset patch
# Parent 98ceaf9a3affbaf203e3d3300029c4e4814fb846
---
 arch/x86/lguest/boot.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c
--- a/arch/x86/lguest/boot.c
+++ b/arch/x86/lguest/boot.c
@@ -88,6 +88,7 @@ struct lguest_data lguest_data = {
 	.syscall_vec = SYSCALL_VECTOR,
 };
 
+#if 0
 /*G:037
  * async_hcall() is pretty simple: I'm quite proud of it really.  We have a
  * ring buffer of stored hypercalls which the Host will run though next time we
@@ -131,6 +132,9 @@ static void async_hcall(unsigned long ca
 	}
 	local_irq_restore(flags);
 }
+#else
+#define async_hcall hcall
+#endif
 
 /*G:035
  * Notice the lazy_hcall() above, rather than hcall().  This is our first real
