aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 631c0feb9645..d1d55279202e 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -1255,7 +1255,9 @@ bad:
1255 return NOTIFY_BAD; 1255 return NOTIFY_BAD;
1256} 1256}
1257 1257
1258static struct notifier_block cpucache_notifier = { &cpuup_callback, NULL, 0 }; 1258static struct notifier_block __cpuinitdata cpucache_notifier = {
1259 &cpuup_callback, NULL, 0
1260};
1259 1261
1260/* 1262/*
1261 * swap the static kmem_list3 with kmalloced memory 1263 * swap the static kmem_list3 with kmalloced memory