Changeset 23d22eb in mainline for arch/amd64/src/proc/scheduler.c
- Timestamp:
- 2006-03-17T11:55:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd72b475
- Parents:
- 4e49572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/proc/scheduler.c
r4e49572 r23d22eb 39 39 CPU->arch.tss->rsp0 = (__address) &THREAD->kstack[THREAD_STACK_SIZE-SP_DELTA]; 40 40 41 /* Syscall support - write thread address to hidden part of gs */41 /* Syscall support - write thread stack address to hidden part of gs */ 42 42 swapgs(); 43 43 write_msr(AMD_MSR_GS,
Note:
See TracChangeset
for help on using the changeset viewer.