From 3265196ef9e7d544ccfd9a4fe7038c55a8ee6e9a Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 28 Jun 2013 09:51:43 +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