[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCHv1 3/4] spinlock: shrink struct lock_debug
>>> On 18.12.15 at 15:09, <david.vrabel@xxxxxxxxxx> wrote: > --- a/xen/common/spinlock.c > +++ b/xen/common/spinlock.c > @@ -16,7 +16,7 @@ static atomic_t spin_debug __read_mostly = ATOMIC_INIT(0); > > static void check_lock(struct lock_debug *debug) > { > - int irq_safe = !local_irq_is_enabled(); > + s16 irq_safe = !local_irq_is_enabled(); > > if ( unlikely(atomic_read(&spin_debug) <= 0) ) > return; I can't figure out why this odd looking change is needed. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |