Changeset fa45079 in rtems-schedsim
- Timestamp:
- 05/16/14 19:42:50 (10 years ago)
- Branches:
- master
- Children:
- 08abc0f
- Parents:
- 9d5d371
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedsim/shell/shared/main_rtemsinit.c
r9d5d371 rfa45079 34 34 { 35 35 #if defined(RTEMS_SMP) 36 long cpus ;36 long cpus = 1; 37 37 38 38 if ( argc >= 2 ) { … … 41 41 return -1; 42 42 } 43 Schedsim_Maximum_CPUs_From_Command_Line = cpus;44 43 } 44 Schedsim_Maximum_CPUs_From_Command_Line = cpus; 45 45 #endif 46 46
Note: See TracChangeset
for help on using the changeset viewer.