diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1255,7 +1255,9 @@ bad: | |||
1255 | return NOTIFY_BAD; | 1255 | return NOTIFY_BAD; |
1256 | } | 1256 | } |
1257 | 1257 | ||
1258 | static struct notifier_block cpucache_notifier = { &cpuup_callback, NULL, 0 }; | 1258 | static 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 |