[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 2/5] x86: track when in #NMI context
On 24.02.2020 11:46, Roger Pau Monne wrote: > @@ -18,6 +18,11 @@ typedef struct { > #define irq_enter() (local_irq_count(smp_processor_id())++) > #define irq_exit() (local_irq_count(smp_processor_id())--) > > +#define nmi_count(cpu) __IRQ_STAT((cpu), nmi_count) Oh, btw (noticed only while already looking at the next patch) - no need for the parentheses around "cpu" afaict. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |