Changeset a597e3f0 in mainline for arch/amd64/src/proc/scheduler.c


Ignore:
Timestamp:
2006-04-12T09:55:15Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1077d91
Parents:
3fa424a9
Message:

Comment update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/proc/scheduler.c

    r3fa424a9 ra597e3f0  
    4040        CPU->arch.tss->rsp0 = (__address) &THREAD->kstack[THREAD_STACK_SIZE-SP_DELTA];
    4141
    42         /* Syscall support - write thread stack address to hidden part of gs */
     42        /* Syscall support - write address of thread stack pointer to
     43         * hidden part of gs */
    4344        swapgs();
    4445        write_msr(AMD_MSR_GS,
Note: See TracChangeset for help on using the changeset viewer.