https://github.com/torvalds/linux
Revision 9ca581b50dab6103183396852cc08e440fcda18e authored by Linus Torvalds on 04 September 2016, 15:45:41 UTC, committed by Linus Torvalds on 04 September 2016, 15:45:41 UTC
Pull x86 fix from Thomas Gleixner:
 "A single fix for an AMD erratum so machines without a BIOS fix work"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/AMD: Apply erratum 665 on machines without a BIOS fix
2 parent s 1c33336 + d199299
Raw File
Tip revision: 9ca581b50dab6103183396852cc08e440fcda18e authored by Linus Torvalds on 04 September 2016, 15:45:41 UTC
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 9ca581b
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