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/pridataq.c

    r62 r63  
    197197                if (pk_cpdq->pdqcnt != 0 && p_pdqmb == NULL) {
    198198                        p_pdqmb = kernel_malloc(sizeof(PDQMB) * pk_cpdq->pdqcnt);
    199                         pdqatr |= TA_MBALLOC;
    200199                }
    201200                if (pk_cpdq->pdqcnt != 0 && p_pdqmb == NULL) {
Note: See TracChangeset for help on using the changeset viewer.