projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tracing: add ftrace headers to event format files
[linux-2.6]
/
kernel
/
rtmutex_common.h
diff --git
a/kernel/rtmutex_common.h
b/kernel/rtmutex_common.h
index
2d3b835
..
e124bf5
100644
(file)
--- a/
kernel/rtmutex_common.h
+++ b/
kernel/rtmutex_common.h
@@
-51,7
+51,7
@@
struct rt_mutex_waiter {
struct rt_mutex *lock;
#ifdef CONFIG_DEBUG_RT_MUTEXES
unsigned long ip;
-
pid_t
deadlock_task_pid;
+
struct pid *
deadlock_task_pid;
struct rt_mutex *deadlock_lock;
#endif
};