diff options
-rw-r--r-- | arch/s390/mm/pgalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/pgalloc.c b/arch/s390/mm/pgalloc.c index 76d89ee8b428..da64e4b9324e 100644 --- a/arch/s390/mm/pgalloc.c +++ b/arch/s390/mm/pgalloc.c | |||
@@ -350,7 +350,7 @@ void tlb_table_flush(struct mmu_gather *tlb) | |||
350 | struct mmu_table_batch **batch = &tlb->batch; | 350 | struct mmu_table_batch **batch = &tlb->batch; |
351 | 351 | ||
352 | if (*batch) { | 352 | if (*batch) { |
353 | call_rcu_sched(&(*batch)->rcu, tlb_remove_table_rcu); | 353 | call_rcu(&(*batch)->rcu, tlb_remove_table_rcu); |
354 | *batch = NULL; | 354 | *batch = NULL; |
355 | } | 355 | } |
356 | } | 356 | } |