Clear __GFP_DMA32 bit when calling kmalloc()

The slab allocator does not like the flag __GFP_DMA32 which triggers a
BUG_ON() in mm/slab.c:cache_grow(). Let's clear the __GFP_DMA32 flag
when calling arm_vmregion_alloc() which calls kmalloc().

This should fix b/13748436

Change-Id: Ie4cce8d0972b0f6a19c96e1140202a69d6c1f6a1
1 file changed