From: Alexander Graf Date: Mon, 30 Jul 2012 22:19:50 +0000 (+0200) Subject: KVM: PPC: E500: Implement MMU notifiers X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~27^2~56^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=862d31f788f9a249f7656d02d8d4006e306108ce;p=pandora-kernel.git KVM: PPC: E500: Implement MMU notifiers The e500 target has lived without mmu notifiers ever since it got introduced, but fails for the user space check on them with hugetlbfs. So in order to get that one working, implement mmu notifiers in a reasonably dumb fashion and be happy. On embedded hardware, we almost never end up with mmu notifier calls, since most people don't overcommit. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed