Ignore:
Timestamp:
Mar 10, 2015, 3:21:01 PM (9 years ago)
Author:
alain
Message:

The access functions to the mapping have been modified
to comply with the removing of the coproc and cp_port objects
in the mapping_info.h file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_common/kernel_locks.h

    r495 r523  
    1 ///////////////////////////////////////////////////////////////////////////////////
     1//////////////////////////////////////////////////////////////////////////////
    22// File     : kernel_locks.h
    33// Date     : 01/12/2014
    44// Author   : alain greiner
    55// Copyright (c) UPMC-LIP6
    6 ///////////////////////////////////////////////////////////////////////////////////
     6//////////////////////////////////////////////////////////////////////////////
    77// The locks.c and locks.h files are part of the GIET-VM nano-kernel.
    88// They define both atomic increment operations and three types of locks.
    9 ///////////////////////////////////////////////////////////////////////////////////
     9//////////////////////////////////////////////////////////////////////////////
    1010
    1111#ifndef GIET_LOCKS_H
     
    1414#include "hard_config.h"
    1515
    16 ///////////////////////////////////////////////////////////////////////////////////
     16//////////////////////////////////////////////////////////////////////////////
    1717//      Simple lock structure and access functions
    18 ///////////////////////////////////////////////////////////////////////////////////
     18//////////////////////////////////////////////////////////////////////////////
    1919
    2020typedef struct simple_lock_s
     
    2828extern void _simple_lock_release( simple_lock_t* lock );
    2929
    30 ///////////////////////////////////////////////////////////////////////////////////
     30//////////////////////////////////////////////////////////////////////////////
    3131//      Queuing lock structure and access functions
    32 ///////////////////////////////////////////////////////////////////////////////////
     32//////////////////////////////////////////////////////////////////////////////
    3333
    3434typedef struct spin_lock_s
     
    4949
    5050
    51 //////////////////////////////////////////////////////////////////////////////////
     51/////////////////////////////////////////////////////////////////////////////
    5252//      SQT lock structures and access functions
    53 //////////////////////////////////////////////////////////////////////////////////
     53/////////////////////////////////////////////////////////////////////////////
    5454
    5555typedef struct sqt_lock_node_s
Note: See TracChangeset for help on using the changeset viewer.