]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
x86/mm/64: Make sync_global_pgds() static
authorJoerg Roedel <jroedel@suse.de>
Tue, 21 Jul 2020 09:59:53 +0000 (11:59 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 27 Jul 2020 10:32:29 +0000 (12:32 +0200)
commit2b32ab031e82a109e2c5b0d30ce563db0fe286b4
treeec7736c94cd6f6dad53af0b0bed24ae75a2e90da
parent8bb9bf242d1fee925636353807c511d54fde8986
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
arch/x86/include/asm/pgtable_64.h
arch/x86/mm/init_64.c