Skip to content
Snippets Groups Projects
Commit 8e01076a authored by Odin Ugedal's avatar Odin Ugedal Committed by Catalin Marinas
Browse files

arm64: Fix comment after #endif


The config value used in the if was changed in
b433dce0, but the comment on the
corresponding end was not changed.

Signed-off-by: default avatarOdin Ugedal <odin@ugedal.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent f086f674
No related branches found
No related tags found
No related merge requests found
......@@ -776,7 +776,7 @@ int __meminit vmemmap_populate(unsigned long start, unsigned long end, int node,
return 0;
}
#endif /* CONFIG_ARM64_64K_PAGES */
#endif /* !ARM64_SWAPPER_USES_SECTION_MAPS */
void vmemmap_free(unsigned long start, unsigned long end,
struct vmem_altmap *altmap)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment