Changeset 65f3117 in mainline for kernel/arch/ia32/src/smp/ap.S
- Timestamp:
- 2023-02-25T13:16:38Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6188fee
- Parents:
- 4f84ee42
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-14 13:38:14)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-25 13:16:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/smp/ap.S
r4f84ee42 r65f3117 75 75 movw %ax, %es 76 76 movw %ax, %ss 77 movl $KA2PA( ctx), %eax /* KA2PA((uintptr_t) &ctx) */78 movl CONTEXT_OFFSET_SP(%eax), %esp77 movl $KA2PA(bootstrap_stack_top), %eax /* KA2PA((uintptr_t) &bootstrap_stack_top) */ 78 movl (%eax), %esp 79 79 leal KA2PA(0)(%esp), %esp /* KA2PA(ctx.sp) */ 80 80
Note:
See TracChangeset
for help on using the changeset viewer.