https://github.com/torvalds/linux
Revision 9a17a213345584fbc692f6b3a715aa451d4c75e9 authored by Jisheng Zhang on 12 November 2015, 12:04:43 UTC, committed by Catalin Marinas on 12 November 2015, 15:18:14 UTC
split_pud and fixup_executable are only called from within mmu.c, so
they can be declared static.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 29b8302
Raw File
Tip revision: 9a17a213345584fbc692f6b3a715aa451d4c75e9 authored by Jisheng Zhang on 12 November 2015, 12:04:43 UTC
arm64: mmu: make split_pud and fixup_executable static
Tip revision: 9a17a21
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top