Changes between Initial Version and Version 1 of Ticket #2683


Ignore:
Timestamp:
04/04/16 01:48:55 (8 years ago)
Author:
Chris Johns
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2683 – Description

    initial v1  
    77}}}
    88
    9 I would like the `smp_enabled` variable to always be defined for 4.12 and always set to `false` when RTEMS_SMP is not defined. It is impossible to parse the configuration table with external auditing tools with out this field always being present until you examine the DWARF debug info.
     9I would like the `smp_enabled` variable to always be defined for 4.12 and always set to `false` when RTEMS_SMP is not defined. It is impossible to parse the configuration table with external auditing tools with out this field always being present unless you examine the DWARF debug info.
    1010
    1111I wonder if `User_multiprocessing_table` is the same so this means the members of the configuration table must always be defined.