Skip to content
Commit 3c5cffb6 authored by Heiko Carstens's avatar Heiko Carstens
Browse files

[S390] mm: fix mmu_gather rework



Quite a few functions that get called from the tlb gather code require that
preemption must be disabled. So disable preemption inside of the called
functions instead.
The only drawback is that rcu_table_freelist_finish() doesn't get necessarily
called on the cpu(s) that filled the free lists. So we may see a delay, until
we finally see an rcu callback. However over time this shouldn't matter.

So we get rid of lots of "BUG: using smp_processor_id() in preemptible"
messages.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent a43a9d93
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment