Changeset 71 for trunk/hal/x86_64


Ignore:
Timestamp:
Jun 27, 2017, 10:43:33 AM (7 years ago)
Author:
max@…
Message:

advance a little

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_special.c

    r70 r71  
    11/*
    22 * hal_special.c - implementation of TLS API for x86_64
    3  * 
     3 *
    44 * Copyright (c) 2017 Maxime Villard
    5  * 
     5 *
    66 * This file is part of ALMOS-MKH.
    77 *
     
    8686
    8787void hal_set_current_thread( struct thread_s * thread )
    88 {
    89         x86_panic((char *)__func__);
     88{
    9089        curcpu()->ci_thr = thread;
    9190}
     
    148147
    149148void hal_fixed_delay( uint32_t delay )
    150 { 
     149{
    151150        x86_panic((char *)__func__);
    152151}
Note: See TracChangeset for help on using the changeset viewer.