]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] kvm: Fix badness at include/asm/mmu_context.h:83
authorChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 25 Oct 2010 14:10:45 +0000 (16:10 +0200)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Mon, 25 Oct 2010 14:10:20 +0000 (16:10 +0200)
commit61fe137e56009819b0a7e2dff8391bd4edba1cc5
treeb9839fa5324735d86d4d528d7ab527649805f718
parent1719ac56c1a7524e7dcae568aff53f16fb6054ba
[S390] kvm: Fix badness at include/asm/mmu_context.h:83

commit 48799edf0c06e059c4bb6f600030004130bf2132
    [S390] fix tlb flushing vs. concurrent /proc accesses
broke KVM on s390x. On every schedule a
Badness at include/asm/mmu_context.h:83 appears. s390_enable_sie
replaces the mm on the __running__ task, therefore, we have to
increase the attach count of the new mm.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/pgtable.c