VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2021-08-16 14:05:33 -0700 committer: Vineet Gupta <vgupta@kernel.org> 2021-08-24 14:25:46 -0700 commit: 6b5ff0405e4190f23780362ea324b250bc495683 parent: 82a423053eb3cf27209c78ce1852ea18d173722a
Commit Summary:
ARC: export clear_user_page() for modules
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/arch/arc/mm/cache.c b/arch/arc/mm/cache.c
index a2fbea3ee07c..102418ac5ff4 100644
--- a/arch/arc/mm/cache.c
+++ b/arch/arc/mm/cache.c
@@ -1123,7 +1123,7 @@ void clear_user_page(void *to, unsigned long u_vaddr, struct page *page)
 	clear_page(to);
 	clear_bit(PG_dc_clean, &page->flags);
 }
-
+EXPORT_SYMBOL(clear_user_page);
 
 /**********************************************************************
  * Explicit Cache flush request from user space via syscall