From: Andrew Morton Date: Wed, 19 Jun 2013 00:06:15 +0000 (+1000) Subject: mm-tune-vm_committed_as-percpu_counter-batching-size-fix X-Git-Tag: next-20130619~2^2~484 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=75fc6efb95a33c53feee844321eecfd2efcae4f5;p=karo-tx-linux.git mm-tune-vm_committed_as-percpu_counter-batching-size-fix fix section mismatch Reported-by: Wu Fengguang Cc: Andi Kleen Cc: Dave Hansen Cc: Eric Dumazet Cc: Tejun Heo Cc: Tim Chen Signed-off-by: Andrew Morton --- diff --git a/mm/mm_init.c b/mm/mm_init.c index bfb9034caa26..633c08863fd8 100644 --- a/mm/mm_init.c +++ b/mm/mm_init.c @@ -177,7 +177,7 @@ static int __meminit mm_compute_batch_notifier(struct notifier_block *self, return NOTIFY_OK; } -static struct notifier_block compute_batch_nb = { +static struct notifier_block compute_batch_nb __meminitdata = { .notifier_call = mm_compute_batch_notifier, .priority = IPC_CALLBACK_PRI, /* use lowest priority */ };