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:
804a685
)
pid: fix the do_each_pid_task() macro
author
Steven Rostedt
<srostedt@redhat.com>
Thu, 4 Dec 2008 05:26:39 +0000
(
00:26
-0500)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 4 Dec 2008 08:09:37 +0000
(09:09 +0100)
Impact: macro side-effects fix
This patch adds parenthesis around 'pid' in the do_each_pid_task
macro to allow callers to pass in more complex parameters.
e.g. do_each_pid_task(*pid, type, task)
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found