Changeset 201abde in mainline for kernel/generic/include/interrupt.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/interrupt.h

    r6adbe3c2 r201abde  
    4949{ \
    5050        if (istate_from_uspace(istate)) { \
    51                 klog_printf("Task %lld killed due to an exception at %p.", TASK->taskid, istate_get_pc(istate)); \
     51                klog_printf("Task %llu killed due to an exception at %p.", TASK->taskid, istate_get_pc(istate)); \
    5252                klog_printf("  " cmd, ##__VA_ARGS__); \
    5353                task_kill(TASK->taskid); \
Note: See TracChangeset for help on using the changeset viewer.