Changeset fa45079 in rtems-schedsim


Ignore:
Timestamp:
05/16/14 19:42:50 (10 years ago)
Author:
Jennifer Averett <jennifer.averett@…>
Branches:
master
Children:
08abc0f
Parents:
9d5d371
Message:

schedsim: Add smp scenario support for a default core set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedsim/shell/shared/main_rtemsinit.c

    r9d5d371 rfa45079  
    3434{
    3535#if defined(RTEMS_SMP)
    36   long cpus;
     36  long cpus = 1;
    3737
    3838  if ( argc >= 2 ) {
     
    4141      return -1;
    4242    }
    43     Schedsim_Maximum_CPUs_From_Command_Line = cpus;
    4443  }
     44  Schedsim_Maximum_CPUs_From_Command_Line = cpus;
    4545#endif
    4646
Note: See TracChangeset for help on using the changeset viewer.