forked from Imagelibrary/rtems
reenable instruction MMU
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-10-26 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/cpuinit.c: reenable instruction MMU
|
||||
|
||||
2007-10-26 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* README.mpc8349eamds: added file
|
||||
|
||||
@@ -198,7 +198,7 @@ void cpu_init(void)
|
||||
/*
|
||||
* enable data/instruction MMU in MSR
|
||||
*/
|
||||
_write_MSR(_read_MSR() | MSR_DR/* | MSR_IR*/);
|
||||
_write_MSR(_read_MSR() | MSR_DR | MSR_IR);
|
||||
|
||||
/*
|
||||
* enable FPU in MSR
|
||||
|
||||
Reference in New Issue
Block a user