https://github.com/torvalds/linux
Revision a38ecbbd0be025a6ecbbfd22d2575a5b46317117 authored by Linus Torvalds on 01 March 2015, 20:22:44 UTC, committed by Linus Torvalds on 01 March 2015, 20:22:44 UTC
Pull x86 fixes from Ingo Molnar:
 "A CR4-shadow 32-bit init fix, plus two typo fixes"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs too
  x86/platform/intel-mid: Fix trivial printk message typo in intel_mid_arch_setup()
  x86/cpu/intel: Fix trivial typo in intel_tlb_table[]
2 parent s 640c0f5 + 5b2bdbc
Raw File
Tip revision: a38ecbbd0be025a6ecbbfd22d2575a5b46317117 authored by Linus Torvalds on 01 March 2015, 20:22:44 UTC
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: a38ecbb
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