Revision 9a0f76fde9ad2c00c0cf13aaf3dfb9d886dc578c authored by Linus Torvalds on 09 December 2015, 19:57:10 UTC, committed by Linus Torvalds on 09 December 2015, 19:57:10 UTC
Pull IPMI fix from Corey Minyard:
 "Fix an Oops if an interrupt occurs at startup.  This can happen on
  some hardware"

* tag 'for-linus-4.4-1' of git://git.code.sf.net/p/openipmi/linux-ipmi:
  ipmi: move timer init to before irq is setup
2 parent s d7e35df + 27f972d
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