Skip to content
Snippets Groups Projects
Commit c1e1cf69 authored by Becky Bruce's avatar Becky Bruce Committed by Jon Loeliger
Browse files

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: default avatarBecky Bruce <becky.bruce@freescale.com>
parent 6bf98b13
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment