Changeset 7ac426e in mainline for kernel/generic/include/synch/spinlock.h
- Timestamp:
- 2008-06-03T14:57:21Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd8ad52
- Parents:
- aac10f86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/spinlock.h
raac10f86 r7ac426e 111 111 if ((pname)++ > (value)) { \ 112 112 (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", \ 115 115 #pname, (value), CPU->id, __func__, __LINE__); \ 116 116 }
Note:
See TracChangeset
for help on using the changeset viewer.