https://github.com/torvalds/linux
Revision 21228e455756be11fbbcae7e1a184ad9d842f687 authored by Linus Torvalds on 19 December 2010, 18:37:37 UTC, committed by Linus Torvalds on 19 December 2010, 18:37:37 UTC
* 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  sched: Fix the irqtime code for 32bit
  sched: Fix the irqtime code to deal with u64 wraps
  nohz: Fix get_next_timer_interrupt() vs cpu hotplug
  Sched: fix skip_clock_update optimization
  sched: Cure more NO_HZ load average woes
2 parent s 0a59228 + 8e92c20
Raw File
Tip revision: 21228e455756be11fbbcae7e1a184ad9d842f687 authored by Linus Torvalds on 19 December 2010, 18:37:37 UTC
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Tip revision: 21228e4
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