Changeset 296426ad in mainline for kernel/arch/amd64/include/proc
- Timestamp:
- 2007-11-16T16:17:18Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c2fb97
- Parents:
- e686744c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/proc/thread.h
re686744c r296426ad 36 36 #define KERN_amd64_THREAD_H_ 37 37 38 /* CAUTION: keep these in sync with low level assembly code in syscall_entry */ 39 #define SYSCALL_USTACK_RSP 0 40 #define SYSCALL_KSTACK_RSP 1 41 38 42 typedef struct { 39 43 unative_t tls; 44 /** User and kernel RSP for syscalls. */ 45 uint64_t syscall_rsp[2]; 40 46 } thread_arch_t; 41 47
Note:
See TracChangeset
for help on using the changeset viewer.