PPC: KVM: Disable mmu notifier check
authorAlexander Graf <agraf@suse.de>
Fri, 6 Jan 2012 00:05:55 +0000 (01:05 +0100)
committerChanho Park <parkch98@gmail.com>
Tue, 9 Sep 2014 02:32:50 +0000 (11:32 +0900)
commitde263b39a17c8dee85e1f985a92a282e0a665f38
treeb02234f4815a6bd81c0e8b7ecbd097c3362d413b
parent05f52e6953984d95c21db1fae829c1040b59ff4f
PPC: KVM: Disable mmu notifier check

When using hugetlbfs (which is required for HV mode KVM on 970), we
check for MMU notifiers that on 970 can not be implemented properly.

So disable the check for mmu notifiers on PowerPC guests, making
KVM guests work there, even if possibly racy in some odd circumstances.
exec.c