X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fsched.c;h=4c64f85698aee2205c442f3fec09d18a3db5d4a3;hb=96f9c2e277768099479fbed7c3b69c294b1fadef;hp=365f0b90b4de534b628acb871ace309491672690;hpb=1d73135e55c47ca909c1fbd68f45623b16dc0211;p=linux-2.6 diff --git a/kernel/sched.c b/kernel/sched.c index 365f0b90b4..4c64f85698 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -4814,7 +4814,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 __devinitdata migration_notifier = { +static struct notifier_block migration_notifier = { .notifier_call = migration_call, .priority = 10 };