Changeset bcdd9aa in mainline for src/main/main.c


Ignore:
Timestamp:
2005-08-30T09:44:07Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dfbc229
Parents:
a6f8899
Message:

Add lib/the.c.
Add and deploy the_initialize() and the_copy().

Make IA-32's before_thread_runs() use SP_DELTA macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    ra6f8899 rbcdd9aa  
    135135        thread_t *t;
    136136
    137         THE->preemption_disabled = 0;
    138         THE->cpu = NULL;
    139         THE->thread = NULL;
    140         THE->task = NULL;
     137        the_initialize(THE);
    141138
    142139        arch_pre_mm_init();
Note: See TracChangeset for help on using the changeset viewer.