kernel/arch/arm64/include/asm/xen/events.h
.. .. @@ -14,7 +14,7 @@ 14 14 15 15 static inline int xen_irqs_disabled(struct pt_regs *regs) 16 16 { 17 - return raw_irqs_disabled_flags((unsigned long) regs->pstate);17 + return !interrupts_enabled(regs);18 18 } 19 19 20 20 #define xchg_xen_ulong(ptr, val) xchg((ptr), (val))