commit | 1149e8a73ffea953d8d6615ee37bce820a3eaeb8 | [log] [tgz] |
---|---|---|
author | Scott Wood <scott@tyr.buserror.net> | Tue Jun 12 17:02:32 2012 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Fri Jan 10 17:32:02 2014 -0600 |
tree | 184be7fe372de2da0bb7a678e0edd8074db758a0 | |
parent | 78f3d050c34b690c0ac5f20e28a2f3906ef822d7 [diff] |
powerpc/booke-64: fix tlbsrx. path in bolted tlb handler It was branching to the cleanup part of the non-bolted handler, which would have been bad if there were any chips with tlbsrx. that use the bolted handler. Signed-off-by: Scott Wood <scottwood@freescale.com>