VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2020-08-28 17:01:26 -0700 committer: Mike Rapoport <rppt@linux.ibm.com> 2020-09-01 19:34:11 +0300 commit: 5f7b81c18366c38446f6eedab570b98dbdc07cff parent: 08134e79e0ab138db211287ef3a705b09ba45f50
Commit Summary:
ia64: fix min_low_pfn/max_low_pfn build errors
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/arch/ia64/kernel/ia64_ksyms.c b/arch/ia64/kernel/ia64_ksyms.c
index b49fe6f618ed..f8150ee74f29 100644
--- a/arch/ia64/kernel/ia64_ksyms.c
+++ b/arch/ia64/kernel/ia64_ksyms.c
@@ -3,7 +3,7 @@
  * Architecture-specific kernel symbols
  */
 
-#ifdef CONFIG_VIRTUAL_MEM_MAP
+#if defined(CONFIG_VIRTUAL_MEM_MAP) || defined(CONFIG_DISCONTIGMEM)
 #include <linux/compiler.h>
 #include <linux/export.h>
 #include <linux/memblock.h>