From: Herbert Xu Date: Thu, 18 Aug 2005 21:36:59 +0000 (-0700) Subject: [IPCOMP]: Fix false smp_processor_id warning X-Git-Tag: v2.6.13-rc7~59^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc8b9e7c60d4a3d4d7f1189f74e37651f5610e6;p=pandora-kernel.git [IPCOMP]: Fix false smp_processor_id warning This patch fixes a false-positive from debug_smp_processor_id(). The processor ID is only used to look up crypto_tfm objects. Any processor ID is acceptable here as long as it is one that is iterated on by for_each_cpu(). Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed