From: Kevin Hao Date: Tue, 24 Dec 2013 07:12:03 +0000 (+0800) Subject: powerpc/fsl_booke: protect the access to MAS7 X-Git-Tag: v3.14-rc1~80^2~5^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c732cba3d9312882e82d91d5948261dfd5c8fe6;p=pandora-kernel.git powerpc/fsl_booke: protect the access to MAS7 The e500v1 doesn't implement the MAS7, so we should avoid to access this register on that implementations. In the current kernel, the access to MAS7 are protected by either CONFIG_PHYS_64BIT or MMU_FTR_BIG_PHYS. Since some code are executed before the code patching, we have to use CONFIG_PHYS_64BIT in these cases. Signed-off-by: Kevin Hao Signed-off-by: Scott Wood --- Reading git-diff-tree failed