diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3279,7 +3279,7 @@ static void cache_reap(void *unused) | |||
3279 | 3279 | ||
3280 | if (down_trylock(&cache_chain_sem)) { | 3280 | if (down_trylock(&cache_chain_sem)) { |
3281 | /* Give up. Setup the next iteration. */ | 3281 | /* Give up. Setup the next iteration. */ |
3282 | schedule_delayed_work(&__get_cpu_var(reap_work), REAPTIMEOUT_CPUC + smp_processor_id()); | 3282 | schedule_delayed_work(&__get_cpu_var(reap_work), REAPTIMEOUT_CPUC); |
3283 | return; | 3283 | return; |
3284 | } | 3284 | } |
3285 | 3285 | ||
@@ -3348,7 +3348,7 @@ next: | |||
3348 | up(&cache_chain_sem); | 3348 | up(&cache_chain_sem); |
3349 | drain_remote_pages(); | 3349 | drain_remote_pages(); |
3350 | /* Setup the next iteration */ | 3350 | /* Setup the next iteration */ |
3351 | schedule_delayed_work(&__get_cpu_var(reap_work), REAPTIMEOUT_CPUC + smp_processor_id()); | 3351 | schedule_delayed_work(&__get_cpu_var(reap_work), REAPTIMEOUT_CPUC); |
3352 | } | 3352 | } |
3353 | 3353 | ||
3354 | #ifdef CONFIG_PROC_FS | 3354 | #ifdef CONFIG_PROC_FS |