https://github.com/torvalds/linux
Revision e5fe56092e753c50093c60e757561984abff335e authored by Nicholas Piggin on 25 August 2020, 07:53:09 UTC, committed by Michael Ellerman on 27 August 2020, 07:41:13 UTC
Kernel entry sets PPR to HMT_MEDIUM by convention. The scv entry
path missed this.

Fixes: 7fa95f9adaee ("powerpc/64s: system call support for scv/rfscv instructions")
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200825075309.224184-1-npiggin@gmail.com
1 parent aa661d7
Raw File
Tip revision: e5fe56092e753c50093c60e757561984abff335e authored by Nicholas Piggin on 25 August 2020, 07:53:09 UTC
powerpc/64s: scv entry should set PPR
Tip revision: e5fe560
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top