Changeset 62b6d17 in mainline for kernel/generic/src/main/main.c


Ignore:
Timestamp:
2006-12-14T16:47:36Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aeaebcc
Parents:
55cc9bc
Message:

introduce uncounted threads, whose accounting doesn't affect accumulated task accounting
run tests in kconsole thread again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/main.c

    r55cc9bc r62b6d17  
    267267         * Create the first thread.
    268268         */
    269         t = thread_create(kinit, NULL, k, 0, "kinit");
     269        t = thread_create(kinit, NULL, k, 0, "kinit", true);
    270270        if (!t)
    271271                panic("can't create kinit thread\n");
Note: See TracChangeset for help on using the changeset viewer.