commit | c1e1cf69547b138173f87a7f81c42a5d8dbfde3d | [log] [tgz] |
---|---|---|
author | Becky Bruce <becky.bruce@freescale.com> | Wed Nov 05 14:55:34 2008 -0600 |
committer | Jon Loeliger <jdl@freescale.com> | Mon Nov 10 10:10:03 2008 -0600 |
tree | a2d57f65e352a08aa94181785b3541926f4b3aff | |
parent | 6bf98b1362f0cb237620355ed3e6762fff82388d [diff] |
mpc86xx: Use SRR0/1/rfi to enable address translation, not blr Using a mtmsr/blr means that you have to be executing at the same virtual address once you enable translation. This is unnecessarily restrictive, and is not really how this is usually done. Change it to use the more common mtspr SRR0/SRR1 and rfi method. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>