commit | 5ef6476190d24419a9a537baa0b5641845136989 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Dec 04 00:26:39 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Dec 04 09:09:37 2008 +0100 |
tree | 668d3e02acf97745d2a2e701e4b161cbd6f890bf | |
parent | 804a685162a7080386714166776f57255a75238e [diff] |
pid: fix the do_each_pid_task() macro 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>