summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:16 +0000
commitab187ada20714a0ba6d0f0b3d6e4ba8c7441678e (patch)
treeb8b711fedd179c1de45dcfbf7eeef2ab92e105a5 /testsuites
parent * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. (diff)
downloadrtems-ab187ada20714a0ba6d0f0b3d6e4ba8c7441678e.tar.bz2
* mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/mptests/ChangeLog17
-rw-r--r--testsuites/mptests/mp01/system.h2
-rw-r--r--testsuites/mptests/mp02/system.h2
-rw-r--r--testsuites/mptests/mp03/system.h2
-rw-r--r--testsuites/mptests/mp04/system.h2
-rw-r--r--testsuites/mptests/mp05/system.h2
-rw-r--r--testsuites/mptests/mp06/system.h2
-rw-r--r--testsuites/mptests/mp07/system.h2
-rw-r--r--testsuites/mptests/mp08/system.h2
-rw-r--r--testsuites/mptests/mp09/system.h2
-rw-r--r--testsuites/mptests/mp10/system.h2
-rw-r--r--testsuites/mptests/mp11/system.h2
-rw-r--r--testsuites/mptests/mp12/system.h2
-rw-r--r--testsuites/mptests/mp13/system.h2
-rw-r--r--testsuites/mptests/mp14/system.h2
15 files changed, 31 insertions, 14 deletions
diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog
index fe69962af8..44a697110e 100644
--- a/testsuites/mptests/ChangeLog
+++ b/testsuites/mptests/ChangeLog
@@ -1,3 +1,20 @@
+2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+ * mp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
+
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* mp02/task1.c, mp03/system.h, mp03/task1.c, mp04/task1.c,
diff --git a/testsuites/mptests/mp01/system.h b/testsuites/mptests/mp01/system.h
index 36c135e13f..932d4ba404 100644
--- a/testsuites/mptests/mp01/system.h
+++ b/testsuites/mptests/mp01/system.h
@@ -37,7 +37,7 @@ rtems_task Test_task(
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_GLOBAL
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp02/system.h b/testsuites/mptests/mp02/system.h
index 52de5c5e53..48208b6457 100644
--- a/testsuites/mptests/mp02/system.h
+++ b/testsuites/mptests/mp02/system.h
@@ -36,7 +36,7 @@ rtems_task Test_task(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp03/system.h b/testsuites/mptests/mp03/system.h
index e04b4bf3c8..e332f6d4f0 100644
--- a/testsuites/mptests/mp03/system.h
+++ b/testsuites/mptests/mp03/system.h
@@ -42,7 +42,7 @@ rtems_timer_service_routine Delayed_send_event(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp04/system.h b/testsuites/mptests/mp04/system.h
index a56408a4f9..8aae429d61 100644
--- a/testsuites/mptests/mp04/system.h
+++ b/testsuites/mptests/mp04/system.h
@@ -37,7 +37,7 @@ rtems_task Test_task(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp05/system.h b/testsuites/mptests/mp05/system.h
index 7a60925a7c..a0e7ee0d9d 100644
--- a/testsuites/mptests/mp05/system.h
+++ b/testsuites/mptests/mp05/system.h
@@ -41,7 +41,7 @@ rtems_asr Process_asr( rtems_signal_set );
#define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp06/system.h b/testsuites/mptests/mp06/system.h
index 95d80fd79f..bec3be7e69 100644
--- a/testsuites/mptests/mp06/system.h
+++ b/testsuites/mptests/mp06/system.h
@@ -37,7 +37,7 @@ rtems_task Test_task(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp07/system.h b/testsuites/mptests/mp07/system.h
index 95d80fd79f..bec3be7e69 100644
--- a/testsuites/mptests/mp07/system.h
+++ b/testsuites/mptests/mp07/system.h
@@ -37,7 +37,7 @@ rtems_task Test_task(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp08/system.h b/testsuites/mptests/mp08/system.h
index 8146f75306..c58ed793d2 100644
--- a/testsuites/mptests/mp08/system.h
+++ b/testsuites/mptests/mp08/system.h
@@ -38,7 +38,7 @@ rtems_task Test_task(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp09/system.h b/testsuites/mptests/mp09/system.h
index 3b46448de6..13edbb4fa2 100644
--- a/testsuites/mptests/mp09/system.h
+++ b/testsuites/mptests/mp09/system.h
@@ -42,7 +42,7 @@ void Send_messages( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp10/system.h b/testsuites/mptests/mp10/system.h
index 3e7ce3f80e..185b481878 100644
--- a/testsuites/mptests/mp10/system.h
+++ b/testsuites/mptests/mp10/system.h
@@ -50,7 +50,7 @@ rtems_task Test_task3(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp11/system.h b/testsuites/mptests/mp11/system.h
index 9d2c306220..895830f1bf 100644
--- a/testsuites/mptests/mp11/system.h
+++ b/testsuites/mptests/mp11/system.h
@@ -40,7 +40,7 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp12/system.h b/testsuites/mptests/mp12/system.h
index d8c9dc80b9..3bf3cdb85b 100644
--- a/testsuites/mptests/mp12/system.h
+++ b/testsuites/mptests/mp12/system.h
@@ -42,7 +42,7 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp13/system.h b/testsuites/mptests/mp13/system.h
index 1b136d726d..e6198c7406 100644
--- a/testsuites/mptests/mp13/system.h
+++ b/testsuites/mptests/mp13/system.h
@@ -44,7 +44,7 @@ rtems_task Test_task2(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */
diff --git a/testsuites/mptests/mp14/system.h b/testsuites/mptests/mp14/system.h
index 33c1ff9e60..de45a1cfc8 100644
--- a/testsuites/mptests/mp14/system.h
+++ b/testsuites/mptests/mp14/system.h
@@ -72,7 +72,7 @@ void Exit_test( void );
#define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* variables */