Subversion Repositories HelenOS

Rev

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

Rev 235 Rev 238
Line 130... Line 130...
130
 * Second part of main_bsp().
130
 * Second part of main_bsp().
131
 *
131
 *
132
 */
132
 */
133
void main_bsp_separated_stack(void)
133
void main_bsp_separated_stack(void)
134
{
134
{
135
 
-
 
136
    int a;
-
 
137
    vm_t *m;
135
    vm_t *m;
138
    task_t *k;
136
    task_t *k;
139
    thread_t *t;
137
    thread_t *t;
140
   
138
   
141
    the_initialize(THE);
139
    the_initialize(THE);