Changeset 340
- Timestamp:
- Aug 7, 2017, 3:19:11 PM (7 years ago)
- Location:
- trunk/hal/x86_64/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_interrupt.c
r336 r340 48 48 49 49 core_t *core = CURRENT_THREAD->core; 50 curtls()->tls_tf = tf;51 50 52 51 core_clock(core); -
trunk/hal/x86_64/core/hal_segmentation.h
r339 r340 157 157 void *tls_thr; 158 158 reg_t tls_intr; 159 void *tls_tf; /* debug only */160 159 } __packed; 161 160 typedef struct tls tls_t;
Note: See TracChangeset
for help on using the changeset viewer.