Revision f5be3e29127aec8c87f883aadadff337f8c2cfd7 authored by Al Viro on 14 September 2014, 01:50:45 UTC, committed by Al Viro on 14 September 2014, 02:14:16 UTC
read_seqretry() returns true on mismatch, not on match...

Cc: stable@vger.kernel.org # 3.15+
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 6f18493
Raw File
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