Ignore:
Timestamp:
Oct 19, 2013, 7:26:53 AM (11 years ago)
Author:
ertl-hiro
Message:

TA_MEMALLOCとTA_MBALLOCを廃止。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp_wo_cfg/trunk/kernel/task_manage.c

    r51 r63  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2005-2012 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2005-2013 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    159159                if (stk == NULL) {
    160160                        stk = kernel_malloc(pk_ctsk->stksz);
    161                         tskatr |= TA_MEMALLOC;
    162161                }
    163162                if (stk == NULL) {
Note: See TracChangeset for help on using the changeset viewer.