Changeset 71 for trunk/hal/x86_64/core/hal_special.c
- Timestamp:
- Jun 27, 2017, 10:43:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_special.c
r70 r71 1 1 /* 2 2 * hal_special.c - implementation of TLS API for x86_64 3 * 3 * 4 4 * Copyright (c) 2017 Maxime Villard 5 * 5 * 6 6 * This file is part of ALMOS-MKH. 7 7 * … … 86 86 87 87 void hal_set_current_thread( struct thread_s * thread ) 88 { 89 x86_panic((char *)__func__); 88 { 90 89 curcpu()->ci_thr = thread; 91 90 } … … 148 147 149 148 void hal_fixed_delay( uint32_t delay ) 150 { 149 { 151 150 x86_panic((char *)__func__); 152 151 }
Note: See TracChangeset
for help on using the changeset viewer.