From: Dean Nelson Date: Wed, 13 Jul 2005 12:45:00 +0000 (-0700) Subject: [IA64] fix call of smp_processor_id() by XPC while X-Git-Tag: v2.6.13-rc4~115^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a0a8aa6ab6e46926e8d12694593267c0869440;p=pandora-kernel.git [IA64] fix call of smp_processor_id() by XPC while XPC calls smp_processor_id() twice from xpc_setup_infrastructure() with preemption enabled, which gets flagged if 'DEBUG_PREEMPT=y'. This patch replaces the two calls to smp_processor_id() by a single call to raw_smp_processor_id() since any CPU within the partition will do. Signed-off-by: Dean Nelson Acked-by: Christoph Hellwig Signed-off-by: Tony Luck --- Reading git-diff-tree failed