commit | 92625d491e59719f5241bad31eb0f2295479b019 | [log] [tgz] |
---|---|---|
author | LEROY Christophe <christophe.leroy@c-s.fr> | Fri Aug 29 11:14:37 2014 +0200 |
committer | Scott Wood <scottwood@freescale.com> | Thu Sep 04 19:07:54 2014 -0500 |
tree | e066c8e0221b594e6153a27c41bc01c778523360 | |
parent | ae466bde19752f8638fd458225fb65ded5db5e16 [diff] |
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 <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <scottwood@freescale.com>