From 8ae91559e31d14817e998657c2f83e45ddf3d599 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Apr 2008 22:47:02 +0000 Subject: 2008-04-17 Joel Sherrill * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed. --- testsuites/psxtests/ChangeLog | 5 +++++ testsuites/psxtests/psxchroot01/main.c | 2 ++ testsuites/psxtests/psxmount/main.c | 2 ++ testsuites/psxtests/psxreaddir/main.c | 2 ++ 4 files changed, 11 insertions(+) (limited to 'testsuites') diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 7a26ef4644..de2ea89fbe 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,8 @@ +2008-04-17 Joel Sherrill + + * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use + CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed. + 2008-02-22 Joel Sherrill * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages. diff --git a/testsuites/psxtests/psxchroot01/main.c b/testsuites/psxtests/psxchroot01/main.c index 6bc652cee9..563b683fb6 100644 --- a/testsuites/psxtests/psxchroot01/main.c +++ b/testsuites/psxtests/psxchroot01/main.c @@ -19,6 +19,8 @@ rtems_task Init( /* configuration information */ +/* NOTICE: the clock driver is explicitly disabled */ +#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM diff --git a/testsuites/psxtests/psxmount/main.c b/testsuites/psxtests/psxmount/main.c index a176bb1c27..8fa02b840c 100644 --- a/testsuites/psxtests/psxmount/main.c +++ b/testsuites/psxtests/psxmount/main.c @@ -21,6 +21,8 @@ rtems_task Init( /* configuration information */ +/* NOTICE: the clock driver is explicitly disabled */ +#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM diff --git a/testsuites/psxtests/psxreaddir/main.c b/testsuites/psxtests/psxreaddir/main.c index 6bc652cee9..563b683fb6 100644 --- a/testsuites/psxtests/psxreaddir/main.c +++ b/testsuites/psxtests/psxreaddir/main.c @@ -19,6 +19,8 @@ rtems_task Init( /* configuration information */ +/* NOTICE: the clock driver is explicitly disabled */ +#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM -- cgit v1.2.3