Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f92f25fc authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: dma-mapping: page align size before flush tlb" into msm-4.9

parents a549d94b ef8bd289
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -458,6 +458,7 @@ static void arm64_dma_unremap(struct device *dev, void *remapped_addr,
{
	struct vm_struct *area;

	size = PAGE_ALIGN(size);
	remapped_addr = (void *)((unsigned long)remapped_addr & PAGE_MASK);

	area = find_vm_area(remapped_addr);