Changeset 40240b1 in mainline


Ignore:
Timestamp:
2009-09-04T21:31:10Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad4b32c, b53e6d9
Parents:
93d66ef
Message:

revert recent unnecessary commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/task.c

    r93d66ef r40240b1  
    143143       
    144144        ta = (task_t *) malloc(sizeof(task_t), 0);
    145         if (!ta)
    146                 return NULL;
    147145
    148146        task_create_arch(ta);
Note: See TracChangeset for help on using the changeset viewer.