Changeset 14 for trunk/kernel/libk


Ignore:
Timestamp:
May 3, 2017, 1:23:24 PM (7 years ago)
Author:
alain
Message:

Bugs fix.

Location:
trunk/kernel/libk
Files:
2 added
17 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/bits.h

    r11 r14  
    2626#define _BITS_H_
    2727
    28 #include <almos_config.h>
     28#include <kernel_config.h>
    2929#include <hal_types.h>
    3030
  • trunk/kernel/libk/elf.c

    r1 r14  
    2222 */
    2323
    24 #include <almos_config.h>
     24#include <kernel_config.h>
    2525#include <hal_types.h>
    2626#include <hal_uspace.h>
  • trunk/kernel/libk/list.h

    r1 r14  
    2626#define _ALMOS_LIST_H_
    2727
    28 #include <almos_config.h>
     28#include <kernel_config.h>
    2929#include <hal_types.h>
    3030
  • trunk/kernel/libk/readlock.c

    r1 r14  
    2222 */
    2323
    24 #include <almos_config.h>
     24#include <kernel_config.h>
    2525#include <hal_types.h>
    2626#include <hal_atomic.h>
  • trunk/kernel/libk/readlock.h

    r1 r14  
    2525#define _READLOCK_H_
    2626
    27 #include <almos_config.h>
     27#include <kernel_config.h>
    2828#include <hal_types.h>
    2929
  • trunk/kernel/libk/remote_barrier.c

    r1 r14  
    4242    else              expected = 0;
    4343
    44     // increment count
     44    // atomically increment current
    4545    uint32_t current = hal_remote_atomic_add( XPTR( cxy , &ptr->current ) , 1 );
    4646
  • trunk/kernel/libk/remote_barrier.h

    r1 r14  
    2525#define _REMOTE_BARRIER_H_
    2626
    27 #include <almos_config.h>
     27#include <kernel_config.h>
    2828#include <hal_types.h>
    2929
  • trunk/kernel/libk/remote_fifo.h

    r1 r14  
    2525#define _REMOTE_FIFO_H_
    2626
    27 #include <almos_config.h>
     27#include <kernel_config.h>
    2828#include <hal_types.h>
    2929#include <errno.h>
  • trunk/kernel/libk/remote_rwlock.h

    r1 r14  
    2525#define _REMOTE_RWLOCK_H_
    2626
    27 #include <almos_config.h>
     27#include <kernel_config.h>
    2828#include <hal_types.h>
    2929#include <xlist.h>
  • trunk/kernel/libk/remote_spinlock.h

    r11 r14  
    2626#define _REMOTE_SPINLOCK_H_
    2727
    28 #include <almos_config.h>
     28#include <kernel_config.h>
    2929#include <hal_types.h>
    3030#include <xlist.h>
  • trunk/kernel/libk/rwlock.c

    r1 r14  
    2222 */
    2323
    24 #include <almos_config.h>
     24#include <kernel_config.h>
    2525#include <hal_types.h>
    2626#include <hal_atomic.h>
  • trunk/kernel/libk/rwlock.h

    r1 r14  
    2525#define _RWLOCK_H_
    2626
    27 #include <almos_config.h>
     27#include <kernel_config.h>
    2828#include <hal_types.h>
    2929
  • trunk/kernel/libk/spinlock.c

    r11 r14  
    2323 */
    2424
    25 #include <almos_config.h>
     25#include <kernel_config.h>
    2626#include <hal_types.h>
    2727#include <hal_atomic.h>
  • trunk/kernel/libk/spinlock.h

    r11 r14  
    2626#define _SPINLOCK_H_
    2727
    28 #include <almos_config.h>
     28#include <kernel_config.h>
    2929#include <hal_types.h>
    3030#include <list.h>
  • trunk/kernel/libk/xhtab.c

    r1 r14  
    2222 */
    2323
    24 #include <almos_config.h>
     24#include <kernel_config.h>
    2525#include <hal_types.h>
    2626#include <hal_special.h>
  • trunk/kernel/libk/xhtab.h

    r1 r14  
    2525#define _XHTAB_H_
    2626
    27 #include <almos_config.h>
     27#include <kernel_config.h>
    2828#include <hal_types.h>
    2929#include <remote_rwlock.h>
  • trunk/kernel/libk/xlist.h

    r1 r14  
    2525#define _ALMOS_XLIST_H_
    2626
    27 #include <almos_config.h>
     27#include <kernel_config.h>
    2828#include <hal_types.h>
    2929#include <hal_remote.h>
Note: See TracChangeset for help on using the changeset viewer.