Changeset 281b607 in mainline for arch/amd64/src/proc/scheduler.c
- Timestamp:
- 2006-03-23T10:29:39Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0bb10ef
- Parents:
- 9aa72b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/proc/scheduler.c
r9aa72b4 r281b607 46 46 swapgs(); 47 47 48 /* TLS support - set FS to thread local storage */ 49 write_msr(AMD_MSR_FS, THREAD->tls); 50 48 51 #ifdef CONFIG_DEBUG_AS_WATCHPOINT 49 52 /* Set watchpoint on AS to ensure that nobody sets it to zero */
Note:
See TracChangeset
for help on using the changeset viewer.