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/kernel_impl.h

    r49 r63  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2004-2012 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2004-2013 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    139139#define TA_NOEXS                ((ATR)(-1))                     /* 未登録状態 */
    140140
    141 #ifndef TA_MEMALLOC
    142 #define TA_MEMALLOC             UINT_C(0x8000)          /* メモリ領域をカーネルで確保 */
    143 #endif /* TA_MEMALLOC */
    144 #ifndef TA_MBALLOC
    145 #define TA_MBALLOC              UINT_C(0x4000)          /* 管理領域をカーネルで確保 */
    146 #endif /* TA_MBALLOC */
    147 
    148141/*
    149142 *  ターゲット定義のエラーチェックマクロのデフォルト値の定義
Note: See TracChangeset for help on using the changeset viewer.