From: Christian Borntraeger Date: Mon, 25 Oct 2010 14:10:45 +0000 (+0200) Subject: [S390] kvm: Fix badness at include/asm/mmu_context.h:83 X-Git-Tag: v2.6.37-rc1~125^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e05ef9bdb899e2f3798be74691842fc597d8ce60;p=pandora-kernel.git [S390] kvm: Fix badness at include/asm/mmu_context.h:83 commit 050eef364ad700590a605a0749f825cab4834b1e [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed