forked from Imagelibrary/rtems
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* i960rp/cpu_install_intr_stack.c: Cosmetics.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* i960rp/cpu_install_intr_stack.c: Cosmetics.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* i960ca/cpu_install_intr_stack.c, i960ca/cpu_install_raw_isr.c,
|
* i960ca/cpu_install_intr_stack.c, i960ca/cpu_install_raw_isr.c,
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ void _CPU_Install_interrupt_stack( void )
|
|||||||
|
|
||||||
prcb->intr_stack = _CPU_Interrupt_stack_low;
|
prcb->intr_stack = _CPU_Interrupt_stack_low;
|
||||||
|
|
||||||
*isp = (uint32_t ) prcb->intr_stack;
|
*isp = (uint32_t) prcb->intr_stack;
|
||||||
|
|
||||||
_CPU_ISR_Enable( level );
|
_CPU_ISR_Enable( level );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user