Ignore:
Timestamp:
May 10, 2017, 5:04:01 PM (7 years ago)
Author:
alain
Message:

mprove the HAL for interrupt, exception, syscall handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/hal_types.h

    r8 r16  
    2525#define HAL_TYPES_H_
    2626
    27 #include <almos_config.h>
     27#include <kernel_config.h>
    2828
    2929#ifndef NULL
     
    8181 **************************************************************************/
    8282
    83 typedef uint64_t      clock_t;   // for cycle counters
     83typedef uint64_t      cycle_t;   // for cycle counters
    8484
    8585/***************************************************************************
     
    144144__attribute__((packed)) cacheline_t;
    145145
    146 #define CACHELINE_ALIGNED __attribute__((aligned(CONFIG_CACHE_LINE_SIZE)))
    147 
    148146/***************************************************************************
    149147 *  Address types and macros         !!!  hardware dependant  !!!
Note: See TracChangeset for help on using the changeset viewer.