From: Alexander Graf Date: Tue, 17 Aug 2010 20:08:39 +0000 (+0200) Subject: KVM: PPC: Enable napping only for Book3s_64 X-Git-Tag: v2.6.37-rc1~142^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591bd8e7b4c8b9246d7a1c81ffbd28e35dc5de4e;p=pandora-kernel.git KVM: PPC: Enable napping only for Book3s_64 Before I incorrectly enabled napping also for BookE, which would result in needless dcache flushes. Since we only need to force enable napping on Book3s_64 because it doesn't go into MSR_POW otherwise, we can just #ifdef that code to this particular platform. Reported-by: Scott Wood Signed-off-by: Alexander Graf --- Reading git-diff-tree failed