forked from Imagelibrary/rtems
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: Removed MSR_CE from interrupt mask - this was set for testing but should not be in the mask by default.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: Removed MSR_CE from interrupt
|
||||
mask - this was set for testing but should not be
|
||||
in the mask by default.
|
||||
|
||||
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* Makefile.am, preinstall.am, irq/irq_init.c:
|
||||
|
||||
@@ -182,7 +182,7 @@ void bsp_start( void )
|
||||
* Initialize default raw exception handlers.
|
||||
*/
|
||||
ppc_exc_initialize(
|
||||
PPC_INTERRUPT_DISABLE_MASK_DEFAULT | MSR_CE,
|
||||
PPC_INTERRUPT_DISABLE_MASK_DEFAULT,
|
||||
(uint32_t)IntrStack_start,
|
||||
IntrStack_end - IntrStack_start
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user