PPC: KVM: Disable mmu notifier check
authorAlexander Graf <agraf@suse.de>
Fri, 6 Jan 2012 00:05:55 +0000 (01:05 +0100)
committerJunfeng Dong <junfeng.dong@intel.com>
Tue, 19 Nov 2013 10:22:08 +0000 (18:22 +0800)
commitda3e59cfc408305fcabced1ff4d043af7c46605f
treed1589750abc6686cff227b58d21d4bccdd1ae500
parent1b2b9e9d89c0e4089706717d0658d9da508b57f6
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