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 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Ingo Molnar:
"Fix for a misplaced export that can cause build failures in certain
(rare) Kconfig situations"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
tick: Move the export of tick_broadcast_oneshot_control to the proper place

+1 -1
-1
kernel/time/tick-broadcast.c
··· 839 839 raw_spin_unlock(&tick_broadcast_lock); 840 840 return ret; 841 841 } 842 - EXPORT_SYMBOL_GPL(tick_broadcast_oneshot_control); 843 842 844 843 /* 845 844 * Reset the one shot broadcast for a cpu
+1
kernel/time/tick-common.c
··· 363 363 364 364 return __tick_broadcast_oneshot_control(state); 365 365 } 366 + EXPORT_SYMBOL_GPL(tick_broadcast_oneshot_control); 366 367 367 368 #ifdef CONFIG_HOTPLUG_CPU 368 369 /*