diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -929,7 +929,7 @@ static void next_reap_node(void) | |||
929 | * the CPUs getting into lockstep and contending for the global cache chain | 929 | * the CPUs getting into lockstep and contending for the global cache chain |
930 | * lock. | 930 | * lock. |
931 | */ | 931 | */ |
932 | static void __devinit start_cpu_timer(int cpu) | 932 | static void __cpuinit start_cpu_timer(int cpu) |
933 | { | 933 | { |
934 | struct delayed_work *reap_work = &per_cpu(reap_work, cpu); | 934 | struct delayed_work *reap_work = &per_cpu(reap_work, cpu); |
935 | 935 | ||