Ignore:
Timestamp:
Apr 17, 2014, 8:04:43 AM (10 years ago)
Author:
ertl-hiro
Message:

ASPカーネルの動的生成パッケージに追従。

File:
1 edited

Legend:

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

    r65 r70  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2005-2013 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2005-2014 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    201201        CHECK_DTQID(dtqid);
    202202        CHECK_RSATR(pk_cdtq->dtqatr, TA_TPRI);
     203        if (pk_cdtq->dtqmb != NULL) {
     204                CHECK_ALIGN_MB(pk_cdtq->dtqmb);
     205        }
    203206        dtqatr = pk_cdtq->dtqatr;
    204207        p_dtqmb = pk_cdtq->dtqmb;
Note: See TracChangeset for help on using the changeset viewer.