Re: [PATCH v3 4/6] x86/PCI: allocate space from the end of a region, not the beginning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wednesday, October 13, 2010 03:27:58 pm H. Peter Anvin wrote:
> On 10/13/2010 09:15 AM, Bjorn Helgaas wrote:
> >  
> > +#define ALIGN_DOWN(x, a)	((x) & ~(a - 1))
> > -	resource_size_t start = res->start;
> > +	resource_size_t start = ALIGN_DOWN(res->end - size + 1, align);
> >  
> 
> Use round_down() here instead of inventing yet another macro?

Thanks!  I searched for something, but I missed round_down().

Bjorn
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux