Changeset 45fb65c in mainline


Ignore:
Timestamp:
2006-03-22T12:54:34Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
23684b7
Parents:
741ade3f
Message:

Remove extra before_thread_runs() calls.

Location:
generic/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • generic/src/proc/thread.c

    r741ade3f r45fb65c  
    8686
    8787        /* this is where each thread wakes up after its creation */
    88         before_thread_runs();
    89 
    9088        spinlock_unlock(&THREAD->lock);
    9189        interrupts_enable();
     
    438436        thread_t *t;
    439437        char namebuf[THREAD_NAME_BUFLEN];
    440         uspace_arg_t *kernel_uarg;              /* TODO: store kernel_uarg in thread_t */
     438        uspace_arg_t *kernel_uarg;
    441439        __u32 tid;
    442440
  • generic/src/synch/waitq.c

    r741ade3f r45fb65c  
    191191                         * Short emulation of scheduler() return code.
    192192                         */
    193                         before_thread_runs();
    194193                        spinlock_unlock(&THREAD->lock);
    195194                        interrupts_restore(ipl);
Note: See TracChangeset for help on using the changeset viewer.