Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
sched: fix init_hrtick() section mismatch warning

+1 -1
+1 -1
kernel/sched.c
··· 1087 1087 return NOTIFY_DONE; 1088 1088 } 1089 1089 1090 - static void init_hrtick(void) 1090 + static __init void init_hrtick(void) 1091 1091 { 1092 1092 hotcpu_notifier(hotplug_hrtick, 0); 1093 1093 }