Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[linux-2.6-microblaze.git] / mm / mmu_gather.c
index 2a9fbc4..f2f03c6 100644 (file)
@@ -199,7 +199,7 @@ void tlb_table_flush(struct mmu_gather *tlb)
 
        if (*batch) {
                tlb_table_invalidate(tlb);
-               call_rcu_sched(&(*batch)->rcu, tlb_remove_table_rcu);
+               call_rcu(&(*batch)->rcu, tlb_remove_table_rcu);
                *batch = NULL;
        }
 }