Subversion Repositories HelenOS-historic

Rev

Rev 177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 177 Rev 184
Line 62... Line 62...
62
    cpu_t *cpu;         /* executing cpu */
62
    cpu_t *cpu;         /* executing cpu */
63
};
63
};
64
 
64
 
65
#define THE     ((the_t *)(get_stack_base()))   
65
#define THE     ((the_t *)(get_stack_base()))   
66
 
66
 
-
 
67
extern void the_initialize(the_t *the);
-
 
68
extern void the_copy(the_t *src, the_t *dst);
-
 
69
 
67
extern void arch_pre_mm_init(void);
70
extern void arch_pre_mm_init(void);
68
extern void arch_post_mm_init(void);
71
extern void arch_post_mm_init(void);
69
extern void arch_late_init(void);
72
extern void arch_late_init(void);
70
extern void calibrate_delay_loop(void);
73
extern void calibrate_delay_loop(void);
71
 
74