VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Nicholas Piggin <npiggin@gmail.com> 2021-04-29 22:58:26 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-04-30 11:20:40 -0700 commit: bbc180a5adb05ee8053fab7a0c0bd56c5964240e parent: 95f0ddf081af3a77433090d9deaf3f76f5648336
Commit Summary:
mm: HUGE_VMAP arch support cleanup
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/init/main.c b/init/main.c
index f498aac26e8c..ae96c79ad2d3 100644
--- a/init/main.c
+++ b/init/main.c
@@ -837,7 +837,6 @@ static void __init mm_init(void)
 	pgtable_init();
 	debug_objects_mem_init();
 	vmalloc_init();
-	ioremap_huge_init();
 	/* Should be run before the first non-init thread is created */
 	init_espfix_bsp();
 	/* Should be run after espfix64 is set up. */