From: Patrick McHardy Date: Wed, 25 Mar 2015 08:09:56 +0000 (+0000) Subject: netfilter: nft_meta: use raw_smp_processor_id() X-Git-Tag: omap-for-v4.2/o2_dc~131^2~128^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d14a5d2957a4a047b4dbabb6d5ef28a7a70b33;p=pandora-kernel.git netfilter: nft_meta: use raw_smp_processor_id() Using smp_processor_id() triggers warnings with PREEMPT_RCU. There is no point in disabling preemption since we only collect the numeric value, so use raw_smp_processor_id() instead. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed