From: Alexander Graf Date: Mon, 8 Aug 2011 14:07:16 +0000 (+0200) Subject: KVM: PPC: Check privilege level on SPRs X-Git-Tag: v3.2-rc1~119^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317a8fa304f8ba3cd8b67b0f5f38e366e8c3cf1d;p=pandora-kernel.git KVM: PPC: Check privilege level on SPRs We have 3 privilege levels: problem state, supervisor state and hypervisor state. Each of them can access different SPRs, so we need to check on every SPR if it's accessible in the respective mode. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed