Ignore:
Timestamp:
Nov 21, 2015, 2:28:31 PM (9 years ago)
Author:
alain
Message:

Modify FBF_CMA syscall handlers to support chbufs containing more than two buffers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/ctx_handler.c

    r714 r725  
    2929extern fat_desc_t  _fat;
    3030
    31 //////////////////////////////////////////////////////////////////
     31/////////////////////////////////////////////////////////////////////////////////
    3232// This function is called by the _ctx_switch() function.
    3333// It desactivates a thread that received a KILL signal.
    3434// We must release all ressources allocated to the thread
    35 // before the actual desactivation, that uses NORUN_MASK_THREAD.
    36 //////////////////////////////////////////////////////////////////
     35// before the actual desactivation, that set the NORUN_MASK_THREAD
     36// bit in the thread context.
     37//////////////////////////////////////////////////////////////////////////////////
    3738static void _ctx_kill_thread( unsigned int x,
    3839                              unsigned int y,
Note: See TracChangeset for help on using the changeset viewer.