[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen: arm: correct use of find_next_bit
On Fri, 2014-01-24 at 14:40 +0000, Jan Beulich wrote: > > diff --git a/xen/arch/arm/vgic.c b/xen/arch/arm/vgic.c > > index 90e9707..553411d 100644 > > --- a/xen/arch/arm/vgic.c > > +++ b/xen/arch/arm/vgic.c > > @@ -362,11 +362,12 @@ read_as_zero: > > > > static void vgic_disable_irqs(struct vcpu *v, uint32_t r, int n) > > { > > + const unsigned long mask = r; > > Why don't you just change the type of "r" to "unsigned long"? The MMIO register which this function is emulating is a 32-bit register, so I preferred to keep this wrinkle confined to the internals. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |