Clean up CACR initialization.

This commit is contained in:
Vincent Rivière
2012-10-20 14:00:11 +00:00
parent f42078c70b
commit f56e5efee7
5 changed files with 7 additions and 24 deletions

View File

@@ -82,9 +82,6 @@ _mmu_init:
clr.l d0
movec d0,ASID // ASID allways 0
move.l d0,_rt_asid // sichern
movec d0,cacr // cache aus
move.l d0,_rt_cacr // sichern
nop
move.l #0xC03FC040,d0 // data r/w precise c000'0000-ffff'ffff
movec d0,ACR0
@@ -171,10 +168,6 @@ _mmu_init:
move.l d1,MCF_MMU_MMUDR
move.l d3,MCF_MMU_MMUOR // setzen instr
*/
move.l #0xa10ca120,d0
move.l d0,_rt_cacr // sichern
movec d0,cacr
nop
rts
/*