Ignore:
File:
1 edited

Legend:

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

    r65f3117 rd4eba6d  
    9898.code64
    9999start64:
    100         movabsq $bootstrap_stack_top, %rsp
    101         movq (%rsp), %rsp
     100        movabsq $ctx, %rsp
     101        movq CONTEXT_OFFSET_SP(%rsp), %rsp
    102102
    103         pushq $0
    104103        pushq $0
    105104        movq %rsp, %rbp
Note: See TracChangeset for help on using the changeset viewer.