Changeset ab187ad in rtems
- Timestamp:
- Apr 1, 2004, 3:16:16 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 80450c7
- Parents:
- 1b22030
- Location:
- testsuites/mptests
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/mptests/ChangeLog
r1b22030 rab187ad 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 4 * mp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 5 * mp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 6 * mp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 7 * mp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 8 * mp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 9 * mp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 10 * mp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 11 * mp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 12 * mp10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 13 * mp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 14 * mp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 15 * mp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 16 * mp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 17 1 18 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org> 2 19 -
testsuites/mptests/mp01/system.h
r1b22030 rab187ad 38 38 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 39 39 40 #include < confdefs.h>40 #include <rtems/confdefs.h> 41 41 42 42 /* variables */ -
testsuites/mptests/mp02/system.h
r1b22030 rab187ad 37 37 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 38 38 39 #include < confdefs.h>39 #include <rtems/confdefs.h> 40 40 41 41 /* variables */ -
testsuites/mptests/mp03/system.h
r1b22030 rab187ad 43 43 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 44 44 45 #include < confdefs.h>45 #include <rtems/confdefs.h> 46 46 47 47 /* variables */ -
testsuites/mptests/mp04/system.h
r1b22030 rab187ad 38 38 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 39 39 40 #include < confdefs.h>40 #include <rtems/confdefs.h> 41 41 42 42 /* variables */ -
testsuites/mptests/mp05/system.h
r1b22030 rab187ad 42 42 #define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE) 43 43 44 #include < confdefs.h>44 #include <rtems/confdefs.h> 45 45 46 46 /* variables */ -
testsuites/mptests/mp06/system.h
r1b22030 rab187ad 38 38 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 39 39 40 #include < confdefs.h>40 #include <rtems/confdefs.h> 41 41 42 42 /* variables */ -
testsuites/mptests/mp07/system.h
r1b22030 rab187ad 38 38 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 39 39 40 #include < confdefs.h>40 #include <rtems/confdefs.h> 41 41 42 42 /* variables */ -
testsuites/mptests/mp08/system.h
r1b22030 rab187ad 39 39 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 40 40 41 #include < confdefs.h>41 #include <rtems/confdefs.h> 42 42 43 43 /* variables */ -
testsuites/mptests/mp09/system.h
r1b22030 rab187ad 43 43 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 44 44 45 #include < confdefs.h>45 #include <rtems/confdefs.h> 46 46 47 47 /* variables */ -
testsuites/mptests/mp10/system.h
r1b22030 rab187ad 51 51 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 52 52 53 #include < confdefs.h>53 #include <rtems/confdefs.h> 54 54 55 55 /* variables */ -
testsuites/mptests/mp11/system.h
r1b22030 rab187ad 41 41 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 42 42 43 #include < confdefs.h>43 #include <rtems/confdefs.h> 44 44 45 45 /* variables */ -
testsuites/mptests/mp12/system.h
r1b22030 rab187ad 43 43 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 44 44 45 #include < confdefs.h>45 #include <rtems/confdefs.h> 46 46 47 47 /* variables */ -
testsuites/mptests/mp13/system.h
r1b22030 rab187ad 45 45 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 46 46 47 #include < confdefs.h>47 #include <rtems/confdefs.h> 48 48 49 49 /* variables */ -
testsuites/mptests/mp14/system.h
r1b22030 rab187ad 73 73 #define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE) 74 74 75 #include < confdefs.h>75 #include <rtems/confdefs.h> 76 76 77 77 /* variables */
Note: See TracChangeset
for help on using the changeset viewer.