]> git.baikalelectronics.ru Git - 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)
commite6192f8d7127f07e9273330f5092969a38782ed4
treeec7736c94cd6f6dad53af0b0bed24ae75a2e90da
parentae9512e3606c62f5c1fcdc16a5eb924f8a6b9224
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