Changeset 125 for trunk/hal/x86_64/core/hal_special.c
- Timestamp:
- Jul 3, 2017, 2:45:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_special.c
r124 r125 76 76 } 77 77 78 cycle_t hal_time_stamp() 79 { 80 return rdtsc(); 81 } 82 78 83 uint64_t hal_get_cycles() 79 84 { … … 144 149 void hal_fence() 145 150 { 146 x86_panic((char *)__func__);151 mfence(); 147 152 } 148 153
Note: See TracChangeset
for help on using the changeset viewer.