aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/xen/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/include/asm/xen/events.h')
-rw-r--r--arch/arm64/include/asm/xen/events.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/xen/events.h b/arch/arm64/include/asm/xen/events.h
index 86553213c132..4318866d053c 100644
--- a/arch/arm64/include/asm/xen/events.h
+++ b/arch/arm64/include/asm/xen/events.h
@@ -18,4 +18,10 @@ static inline int xen_irqs_disabled(struct pt_regs *regs)
#define xchg_xen_ulong(ptr, val) xchg((ptr), (val))
+/* Rebind event channel is supported by default */
+static inline bool xen_support_evtchn_rebind(void)
+{
+ return true;
+}
+
#endif /* _ASM_ARM64_XEN_EVENTS_H */