From: Bharat Bhushan Date: Thu, 19 Sep 2013 06:02:41 +0000 (+0530) Subject: powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIAN X-Git-Tag: v3.13-rc1~80^2~15^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c199efa295fc99c029bcbd88ed4ded3334493e95;p=pandora-kernel.git powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIAN For booke3e _PAGE_ENDIAN is not defined. Infact what is defined is "_PAGE_LENDIAN" which is wrong and that should be _PAGE_ENDIAN. There are no compilation errors as arch/powerpc/include/asm/pte-common.h defines _PAGE_ENDIAN to 0 as it is not defined anywhere. Signed-off-by: Bharat Bhushan Signed-off-by: Alexander Graf --- Reading git-diff-tree failed