summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/include/xen/hypercall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/xen/hypercall.h b/sys/i386/include/xen/hypercall.h
index 7e18f9e..72a17fa 100644
--- a/sys/i386/include/xen/hypercall.h
+++ b/sys/i386/include/xen/hypercall.h
@@ -209,7 +209,7 @@ HYPERVISOR_set_timer_op(
unsigned long timeout_lo = (unsigned long)timeout;
return _hypercall2(long, set_timer_op, timeout_lo, timeout_hi);
}
-#if 0
+
static inline int
HYPERVISOR_platform_op(
struct xen_platform_op *platform_op)
@@ -217,7 +217,7 @@ HYPERVISOR_platform_op(
platform_op->interface_version = XENPF_INTERFACE_VERSION;
return _hypercall1(int, platform_op, platform_op);
}
-#endif
+
static inline int
HYPERVISOR_set_debugreg(
int reg, unsigned long value)
OpenPOWER on IntegriCloud