forked from Imagelibrary/rtems
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* mpc8260/mmu/mmu.c: Use _CPU_MSR_GET instead of _CPU_MSR_Value. (Unify old/new-exception processing API).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* mpc8260/mmu/mmu.c: Use _CPU_MSR_GET instead of _CPU_MSR_Value.
|
||||
(Unify old/new-exception processing API).
|
||||
|
||||
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/powerpc/powerpc.h: Remove mpc603e specific
|
||||
|
||||
@@ -121,7 +121,7 @@ void mmu_init( void )
|
||||
/*
|
||||
* Turn on address translation by setting MSR[IR] and MSR[DR].
|
||||
*/
|
||||
_CPU_MSR_Value( reg1 );
|
||||
_CPU_MSR_GET( reg1 );
|
||||
reg1 |= PPC_MSR_IR | PPC_MSR_DR;
|
||||
_CPU_MSR_SET( reg1 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user