aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_64.c
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2020-07-21 11:59:53 +0200
committerIngo Molnar <mingo@kernel.org>2020-07-27 12:32:29 +0200
commit2b32ab031e82a109e2c5b0d30ce563db0fe286b4 (patch)
treeec7736c94cd6f6dad53af0b0bed24ae75a2e90da /arch/x86/mm/init_64.c
parentx86/mm/64: Do not sync vmalloc/ioremap mappings (diff)
downloadlinux-dev-2b32ab031e82a109e2c5b0d30ce563db0fe286b4.tar.xz
linux-dev-2b32ab031e82a109e2c5b0d30ce563db0fe286b4.zip
x86/mm/64: Make sync_global_pgds() static
The function is only called from within init_64.c and can be static. Also remove it from pgtable_64.h. Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Mike Rapoport <rppt@linux.ibm.com> Link: https://lore.kernel.org/r/20200721095953.6218-4-joro@8bytes.org
Diffstat (limited to 'arch/x86/mm/init_64.c')
-rw-r--r--arch/x86/mm/init_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c
index e0cd2dfd333d..e65b96f381a7 100644
--- a/arch/x86/mm/init_64.c
+++ b/arch/x86/mm/init_64.c
@@ -209,7 +209,7 @@ static void sync_global_pgds_l4(unsigned long start, unsigned long end)
* When memory was added make sure all the processes MM have
* suitable PGD entries in the local PGD level page.
*/
-void sync_global_pgds(unsigned long start, unsigned long end)
+static void sync_global_pgds(unsigned long start, unsigned long end)
{
if (pgtable_l5_enabled())
sync_global_pgds_l5(start, end);