From: Steven Rostedt Date: Fri, 5 Dec 2008 04:30:56 +0000 (-0500) Subject: ftrace: use init_struct_pid as swapper pid X-Git-Tag: v2.6.29-rc1~586^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21bbecdaaef3a6acc19905ab88c0587817318870;p=pandora-kernel.git ftrace: use init_struct_pid as swapper pid Impact: clean up Using (struct pid *)-1 as the pointer for ftrace_swapper_pid is a little confusing for others. This patch uses the address of the actual init pid structure instead. This change is only for clarity. It does not affect the code itself. Hopefully soon the swapper tasks will all have their own pid structure and then we can clean up the code a bit more. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed