Changeset 795 for soft


Ignore:
Timestamp:
Feb 17, 2016, 5:15:31 PM (8 years ago)
Author:
alain
Message:

Remove dependencies on the hard_config.h file.

Location:
soft/giet_vm/giet_libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/malloc.h

    r791 r795  
    5959#define _MALLOC_H_
    6060
    61 #include "giet_config.h"
    6261#include "user_lock.h"
    6362
  • soft/giet_vm/giet_libs/user_lock.h

    r709 r795  
    1010#ifndef _USER_LOCK_H_
    1111#define _USER_LOCK_H_
    12 
    13 #include "hard_config.h"
    1412
    1513///////////////////////////////////////////////////////////////////////////////////
     
    5351typedef struct sqt_lock_s
    5452{
    55     sqt_lock_node_t* node[X_SIZE][Y_SIZE][5];  // array of pointers on SBT nodes
     53    sqt_lock_node_t* node[16][16][5];        // array of pointers on SBT nodes (max size)
    5654} sqt_lock_t;
    5755
Note: See TracChangeset for help on using the changeset viewer.