git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e162b39
)
softlockup: fix to allow compiling with !DETECT_HUNG_TASK
author
Mandeep Singh Baines
<msb@google.com>
Fri, 16 Jan 2009 17:09:38 +0000
(09:09 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 16 Jan 2009 17:17:34 +0000
(18:17 +0100)
Fixes the following compile error:
kernel/fork.c:1049: error: 'struct task_struct' has no member named 'last_switch_count'
kernel/fork.c:1050: error: 'struct task_struct' has no member named 'last_switch_timestamp'
Signed-off-by: Mandeep Singh Baines <msb@google.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found