From: Marc Zyngier Date: Fri, 12 Apr 2013 13:00:16 +0000 (+0100) Subject: ARM: KVM: fix L_PTE_S2_RDWR to actually be Read/Write X-Git-Tag: v3.9-rc8~23^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865499ea90d399e0682bcce3ae7af24277633699;p=pandora-kernel.git ARM: KVM: fix L_PTE_S2_RDWR to actually be Read/Write Looks like our L_PTE_S2_RDWR definition is slightly wrong, and is actually write only (see ARM ARM Table B3-9, Stage 2 control of access permissions). Didn't make a difference for normal pages, as we OR the flags together, but I'm still wondering how it worked for Stage-2 mapped devices, such as the GIC. Brown paper bag time, again. Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed