Changeset 9a1b20c in mainline for kernel/generic/src/main/uinit.c


Ignore:
Timestamp:
2008-09-17T12:16:27Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb9b0b0
Parents:
06a195bc
Message:

Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.

File:
1 edited

Legend:

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

    r06a195bc r9a1b20c  
    4747#include <mm/slab.h>
    4848#include <arch.h>
     49#include <udebug/udebug.h>
     50
    4951
    5052/** Thread used to bring up userspace thread.
     
    6668         */
    6769        thread_detach(THREAD);
     70
     71#ifdef CONFIG_UDEBUG
     72        udebug_stoppable_end();
     73#endif
    6874       
    6975        uarg.uspace_entry = ((uspace_arg_t *) arg)->uspace_entry;
Note: See TracChangeset for help on using the changeset viewer.