Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
[linux-2.6-microblaze.git] / arch / s390 / mm / pgalloc.c
index 6791562..db6bb2f 100644 (file)
@@ -352,7 +352,7 @@ void tlb_table_flush(struct mmu_gather *tlb)
        struct mmu_table_batch **batch = &tlb->batch;
 
        if (*batch) {
-               call_rcu_sched(&(*batch)->rcu, tlb_remove_table_rcu);
+               call_rcu(&(*batch)->rcu, tlb_remove_table_rcu);
                *batch = NULL;
        }
 }