From: LEROY Christophe Date: Fri, 29 Aug 2014 09:14:37 +0000 (+0200) Subject: powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlers X-Git-Tag: fixes-against-v3.18-rc2~117^2~22^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92625d491e59719f5241bad31eb0f2295479b019;p=pandora-kernel.git powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlers SCRATCH0 and SCRATCH1 are only used in Exceptions prologs where no other exception can happen. There is therefore no need to preserve them accross TLB handlers, we can use them there as in other exceptions. One of the advantages is that they do not suffer CPU6 errata unlike M_TW register. Signed-off-by: Christophe Leroy Signed-off-by: Scott Wood --- Reading git-diff-tree failed