Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
arch/powerpc/mm/pgtable.c
··· 92 92 93 93 static void pte_free_submit(struct pte_freelist_batch *batch) 94 94 { 95 - call_rcu(&batch->rcu, pte_free_rcu_callback); 95 + call_rcu_sched(&batch->rcu, pte_free_rcu_callback); 96 96 } 97 97 98 98 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, unsigned shift)