|
@@ -19,8 +19,10 @@ DECLARE_PER_CPU(unsigned long, xen_mc_irq_flags);
|
|
paired with xen_mc_issue() */
|
|
paired with xen_mc_issue() */
|
|
static inline void xen_mc_batch(void)
|
|
static inline void xen_mc_batch(void)
|
|
{
|
|
{
|
|
|
|
+ unsigned long flags;
|
|
/* need to disable interrupts until this entry is complete */
|
|
/* need to disable interrupts until this entry is complete */
|
|
- local_irq_save(__get_cpu_var(xen_mc_irq_flags));
|
|
|
|
|
|
+ local_irq_save(flags);
|
|
|
|
+ __get_cpu_var(xen_mc_irq_flags) = flags;
|
|
}
|
|
}
|
|
|
|
|
|
static inline struct multicall_space xen_mc_entry(size_t args)
|
|
static inline struct multicall_space xen_mc_entry(size_t args)
|