[PATCH 02/28] staging: android: ion: use vmap instead of vm_map_ram

Christoph Hellwig hch at lst.de
Thu Apr 9 01:40:33 AEST 2020


On Wed, Apr 08, 2020 at 08:48:33PM +0800, Hillf Danton wrote:
> > -	void *addr = vm_map_ram(pages, num, -1, pgprot);
> > +	void *addr = vmap(pages, num, VM_MAP);
> 
> A merge glitch?
> 
> void *vmap(struct page **pages, unsigned int count,
> 	   unsigned long flags, pgprot_t prot)

Yes, thanks for the headsup, you were as fast as the build bot :)

Fixed now.


More information about the Linuxppc-dev mailing list