Changeset f4c2b6a in mainline for kernel/arch/amd64/src/proc/thread.c
- Timestamp:
- 2008-06-03T14:59:48Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4fb51
- Parents:
- b63f8569
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/proc/thread.c
rb63f8569 rf4c2b6a 47 47 */ 48 48 t->arch.syscall_rsp[SYSCALL_KSTACK_RSP] = 49 (uintptr_t) &t->kstack[PAGE_SIZE - sizeof(uint64_t)];49 (uintptr_t) &t->kstack[PAGE_SIZE - sizeof(uint64_t)]; 50 50 } 51 51
Note:
See TracChangeset
for help on using the changeset viewer.