We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a09c4 commit 42e31f0Copy full SHA for 42e31f0
mm/mm_init.c
@@ -1786,7 +1786,7 @@ static bool arch_has_descending_max_zone_pfns(void)
1786
return IS_ENABLED(CONFIG_ARC) && !IS_ENABLED(CONFIG_ARC_HAS_PAE40);
1787
}
1788
1789
-static void set_high_memory(void)
+static void __init set_high_memory(void)
1790
{
1791
phys_addr_t highmem = memblock_end_of_DRAM();
1792
0 commit comments