#3862: Canonicalize CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY
------------------------------+-----------------------------
  Reporter:  Sebastian Huber  |      Owner:  Sebastian Huber
      Type:  enhancement      |     Status:  assigned
  Priority:  normal           |  Milestone:  5.1
 Component:  config           |    Version:  5
  Severity:  normal           |   Keywords:
Blocked By:                   |   Blocking:
------------------------------+-----------------------------
 The CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY configuration option is
 documented to be a boolean feature macro (is defined or undefined).
 However, in confdefs.h it uses the values TRUE and FALSE. It is the only
 configuration option implemented like this. Change it to use
 defined/undefined instead like the other options. This affects existing
 application configurations which use:

 {{{
 #define CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY FALSE
 }}}

 An unintentional zero of the workspace has an effect on the system boot
 time. This is an acceptable trade-off for the more canonical
 configuration.

--
Ticket URL: <http://devel.rtems.org/ticket/3862>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to