Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/smp/ap.S

    ra35b458 r65f3117  
    7575        movw %ax, %es
    7676        movw %ax, %ss
    77         movl $KA2PA(ctx), %eax          /* KA2PA((uintptr_t) &ctx) */
    78         movl CONTEXT_OFFSET_SP(%eax), %esp
     77        movl $KA2PA(bootstrap_stack_top), %eax   /* KA2PA((uintptr_t) &bootstrap_stack_top) */
     78        movl (%eax), %esp
    7979        leal KA2PA(0)(%esp), %esp       /* KA2PA(ctx.sp) */
    8080
Note: See TracChangeset for help on using the changeset viewer.