]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/sched.c
[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17
[linux-2.6-omap-h63xx.git] / kernel / sched.c
index a856040c200a4213bd8b0b2d8b469e25bcc1d57f..b8deddb7833a52d2ad0ca4b439f45becea53ee1c 100644 (file)
@@ -4805,7 +4805,7 @@ static int migration_call(struct notifier_block *nfb, unsigned long action,
 /* Register at highest priority so that task migration (migrate_all_tasks)
  * happens before everything else.
  */
-static struct notifier_block migration_notifier = {
+static struct notifier_block __devinitdata migration_notifier = {
        .notifier_call = migration_call,
        .priority = 10
 };