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


Ignore:
Timestamp:
2006-03-17T11:55:43Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd72b475
Parents:
4e49572
Message:

Ported AMD64 debugger to ia32 and enabled AS watchpoint to ia32 as well.

File:
1 edited

Legend:

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

    r4e49572 r23d22eb  
    3939        CPU->arch.tss->rsp0 = (__address) &THREAD->kstack[THREAD_STACK_SIZE-SP_DELTA];
    4040
    41         /* Syscall support - write thread address to hidden part of gs */
     41        /* Syscall support - write thread stack address to hidden part of gs */
    4242        swapgs();
    4343        write_msr(AMD_MSR_GS,
Note: See TracChangeset for help on using the changeset viewer.