Ignore:
Timestamp:
2008-06-03T14:57:21Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cd8ad52
Parents:
aac10f86
Message:

reflect changes in sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/synch/spinlock.h

    raac10f86 r7ac426e  
    111111        if ((pname)++ > (value)) {                                      \
    112112                (pname) = 0;                                            \
    113                 printf("Deadlock probe %s: exceeded threshold %d\n",    \
    114                     "cpu%d: function=%s, line=%d\n",                    \
     113                printf("Deadlock probe %s: exceeded threshold %u\n",    \
     114                    "cpu%u: function=%s, line=%u\n",                    \
    115115                    #pname, (value), CPU->id, __func__, __LINE__);      \
    116116        }
Note: See TracChangeset for help on using the changeset viewer.