Jelajahi Sumber

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
Linus Torvalds 17 tahun lalu
induk
melakukan
be3be89058
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      kernel/sched.c

+ 1 - 1
kernel/sched.c

@@ -1087,7 +1087,7 @@ hotplug_hrtick(struct notifier_block *nfb, unsigned long action, void *hcpu)
 	return NOTIFY_DONE;
 	return NOTIFY_DONE;
 }
 }
 
 
-static void init_hrtick(void)
+static __init void init_hrtick(void)
 {
 {
 	hotcpu_notifier(hotplug_hrtick, 0);
 	hotcpu_notifier(hotplug_hrtick, 0);
 }
 }