From bb2d410f88eb9370ba5425fe3ad8cd3c0fadafdd Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 7 Jun 2013 10:07:56 +1000 Subject: [PATCH] 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 --- mm/mm_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }; -- 2.39.5