Changeset 201abde in mainline for kernel/generic/include/proc/task.h


Ignore:
Timestamp:
2007-04-07T20:06:52Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e58979
Parents:
6adbe3c2
Message:

make thread ID 64 bit (task ID is 64 bit already)
cleanup thread syscalls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/task.h

    r6adbe3c2 r201abde  
    9191         * certain extent.
    9292         */
    93         atomic_t active_calls; 
     93        atomic_t active_calls;
    9494       
    9595        /** Architecture specific task data. */
    96         task_arch_t arch;       
     96        task_arch_t arch;
    9797       
    9898        /**
Note: See TracChangeset for help on using the changeset viewer.