forked from Imagelibrary/rtems
2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1458/cpukit * rtems/inline/rtems/rtems/asr.inl: Do not enable signals by default. Wait for a signal handler to be installed.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
PR 1458/cpukit
|
||||||
|
* rtems/inline/rtems/rtems/asr.inl: Do not enable signals by default.
|
||||||
|
Wait for a signal handler to be installed.
|
||||||
|
|
||||||
2010-03-11 Andrei Mozzhuhin <nopscmn@gmail.com>
|
2010-03-11 Andrei Mozzhuhin <nopscmn@gmail.com>
|
||||||
|
|
||||||
PR 1496/shell
|
PR 1496/shell
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ RTEMS_INLINE_ROUTINE void _ASR_Initialize (
|
|||||||
ASR_Information *information
|
ASR_Information *information
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
information->is_enabled = true;
|
information->is_enabled = false;
|
||||||
information->handler = NULL;
|
information->handler = NULL;
|
||||||
information->mode_set = RTEMS_DEFAULT_MODES;
|
information->mode_set = RTEMS_DEFAULT_MODES;
|
||||||
information->signals_posted = 0;
|
information->signals_posted = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user