Changeset 274 for trunk/hal/x86_64/core/hal_interrupt.c
- Timestamp:
- Jul 26, 2017, 10:54:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_interrupt.c
r237 r274 30 30 #include <hal_internal.h> 31 31 #include <hal_special.h> 32 #include <hal_segmentation.h> 32 33 33 34 /* -------------------------------------------------------------------------- */ … … 45 46 tf->tf_rip, hal_get_current_thread()); 46 47 return; 48 49 core_t *core = CURRENT_THREAD->core; 50 curcpu()->tls_tf = tf; 51 52 core_clock(core); 47 53 } 48 54
Note: See TracChangeset
for help on using the changeset viewer.