diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-01-19 11:48:21 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-19 11:48:21 +0100 |
commit | 5b6c944db0909eea2874fc1d4a974b05edb6e879 (patch) | |
tree | 731d685c8d536b76c98feafeca6963ce1b35e1f9 | |
parent | 86190bc892f3421e0c7a995db5572dd7628b6c43 (diff) |
call l4dde26_init and l4dde26_process_init explicitly.
-rw-r--r-- | dde26_test/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dde26_test/main.c b/dde26_test/main.c index 50906779..f96a212b 100644 --- a/dde26_test/main.c +++ b/dde26_test/main.c @@ -441,6 +441,8 @@ int main(int argc, const char **argv) msleep(1000); + l4dde26_init (); + l4dde26_process_init (); l4dde26_do_initcalls (); printk("DDEKit test. Carrying out tests:\n"); |