Changeset 8f91729 in mainline for src/main/main.c


Ignore:
Timestamp:
2005-08-31T11:43:38Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e291e5d
Parents:
b9e97fb
Message:

separated stack mapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    rb9e97fb r8f91729  
    119119        context_save(&ctx);
    120120        context_set(&ctx, FADDR(main_bsp_separated_stack), config.base + kernel_size, CONFIG_STACK_SIZE);
     121        context_map_stack(config.base + kernel_size, CONFIG_STACK_SIZE);
    121122        context_restore(&ctx);
    122123        /* not reached */
     
    134135        task_t *k;
    135136        thread_t *t;
    136 
     137       
    137138        the_initialize(THE);
    138139
Note: See TracChangeset for help on using the changeset viewer.