From 7209b4c516f5b6aaac5d2c0d56d7a82418acf6a9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 Mar 2010 15:40:29 +0000 Subject: 2010-03-11 Joel Sherrill PR 1458/cpukit * rtems/inline/rtems/rtems/asr.inl: Do not enable signals by default. Wait for a signal handler to be installed. --- cpukit/rtems/inline/rtems/rtems/asr.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/inline') diff --git a/cpukit/rtems/inline/rtems/rtems/asr.inl b/cpukit/rtems/inline/rtems/rtems/asr.inl index 1cb3246f1f..93587a312c 100644 --- a/cpukit/rtems/inline/rtems/rtems/asr.inl +++ b/cpukit/rtems/inline/rtems/rtems/asr.inl @@ -38,7 +38,7 @@ RTEMS_INLINE_ROUTINE void _ASR_Initialize ( ASR_Information *information ) { - information->is_enabled = true; + information->is_enabled = false; information->handler = NULL; information->mode_set = RTEMS_DEFAULT_MODES; information->signals_posted = 0; -- cgit v1.2.3