summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:52:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:52:13 +0000
commitb091cde316940ea5205b7ebcda2c597e7c06ca86 (patch)
tree125ca22458e9e028a512feba0a4673cb80f95e68 /testsuites
parent2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b091cde316940ea5205b7ebcda2c597e7c06ca86.tar.bz2
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* iostream/system.h: Update to include definition of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog5
-rw-r--r--testsuites/samples/iostream/system.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 01d7b785f1..e8a6371c09 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * iostream/system.h: Update to include definition of
+ CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
+
2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
diff --git a/testsuites/samples/iostream/system.h b/testsuites/samples/iostream/system.h
index be7660867b..4f8fb1d20a 100644
--- a/testsuites/samples/iostream/system.h
+++ b/testsuites/samples/iostream/system.h
@@ -25,6 +25,8 @@ rtems_task Init(
#include <bsp.h> /* for device driver prototypes */
+/* NOTICE: the clock driver is explicitly disabled */
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 1