https://github.com/torvalds/linux
Revision e9f8f48bcac6f6dd37ad89ad63d1d1a497332313 authored by Linus Torvalds on 14 October 2016, 18:11:39 UTC, committed by Linus Torvalds on 14 October 2016, 18:11:39 UTC
Pull metag architecture fix from James Hogan:
 "A simple build fix for irqsoff atomics which has started hitting
  meta1_defconfig during the 4.9 merge window"

* tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag:
  metag: Only define atomic_dec_if_positive conditionally
2 parent s d8bfb96 + 35d0407
Raw File
Tip revision: e9f8f48bcac6f6dd37ad89ad63d1d1a497332313 authored by Linus Torvalds on 14 October 2016, 18:11:39 UTC
Merge tag 'metag-for-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag
Tip revision: e9f8f48
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