Hi all, After merging the akpm-current tree, today's linux-next build (arm multi_v7_defconfig) failed like this:
Caused by commit
a826492f28d9 ("mm: move ioremap page table mapping function to mm/")
I have applied the following patch for today (which makes it build at
least):
From: Stephen Rothwell <[email protected]>
Date: Thu, 30 May 2019 14:42:20 +1000
Subject: [PATCH] fix "mm: move ioremap page table mapping function to mm/"
Signed-off-by: Stephen Rothwell <[email protected]>
---
mm/vmalloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 6370e0876a2c..f3abede9f161 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -322,7 +322,7 @@ int vmap_range(unsigned long addr,
int ret;
ret = vmap_range_noflush(addr, end, phys_addr, prot, max_page_shift);
- flush_cache_vmap(start, end);
+ flush_cache_vmap(addr, end);
return ret;
}
--
2.20.1
--
Cheers,
Stephen Rothwell
pgpR9mrwJNrK6.pgp
Description: OpenPGP digital signature

