Changeset bcdd9aa in mainline for include/arch.h


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
  • include/arch.h

    ra6f8899 rbcdd9aa  
    6565#define THE             ((the_t *)(get_stack_base()))   
    6666
     67extern void the_initialize(the_t *the);
     68extern void the_copy(the_t *src, the_t *dst);
     69
    6770extern void arch_pre_mm_init(void);
    6871extern void arch_post_mm_init(void);
Note: See TracChangeset for help on using the changeset viewer.