From: Alexey Dobriyan Date: Fri, 19 Oct 2007 06:40:41 +0000 (-0700) Subject: Use helpers to obtain task pid in printks (arch code) X-Git-Tag: v2.6.24-rc1~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c5870c0eefd27c6d09d867465e0571262e05d0;p=pandora-kernel.git Use helpers to obtain task pid in printks (arch code) One of the easiest things to isolate is the pid printed in kernel log. There was a patch, that made this for arch-independent code, this one makes so for arch/xxx files. It took some time to cross-compile it, but hopefully these are all the printks in arch code. Signed-off-by: Alexey Dobriyan Signed-off-by: Pavel Emelyanov Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed