mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: powerpc: Use call_rcu_sched() for pagetables
This commit is contained in:
commit
32e1572427
@ -92,7 +92,7 @@ static void pte_free_rcu_callback(struct rcu_head *head)
|
|||||||
|
|
||||||
static void pte_free_submit(struct pte_freelist_batch *batch)
|
static void pte_free_submit(struct pte_freelist_batch *batch)
|
||||||
{
|
{
|
||||||
call_rcu(&batch->rcu, pte_free_rcu_callback);
|
call_rcu_sched(&batch->rcu, pte_free_rcu_callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
void pgtable_free_tlb(struct mmu_gather *tlb, void *table, unsigned shift)
|
void pgtable_free_tlb(struct mmu_gather *tlb, void *table, unsigned shift)
|
||||||
|
Loading…
Reference in New Issue
Block a user