Changeset a1c219b in rtems
- Timestamp:
- 05/18/09 23:49:15 (13 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 9c22907
- Parents:
- 36980c1
- Location:
- testsuites/sptests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/ChangeLog
r36980c1 ra1c219b 1 2009-05-19 Chris Johns <chrisj@rtems.org> 2 3 * sp04/tswitch.c: Lower sample count for small memory targets. 4 1 5 2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com> 2 6 -
testsuites/sptests/sp04/tswitch.c
r36980c1 ra1c219b 23 23 #include "system.h" 24 24 25 #if BSP_SMALL_MEMORY 26 struct taskSwitchLog taskSwitchLog[100]; 27 #else 25 28 struct taskSwitchLog taskSwitchLog[1000]; 29 #endif 26 30 unsigned int taskSwitchLogIndex; 27 31 volatile int testsFinished;
Note: See TracChangeset
for help on using the changeset viewer.