From: David S. Miller Date: Tue, 7 Mar 2006 06:50:44 +0000 (-0800) Subject: [SPARC64]: Fix new context version SMP handling. X-Git-Tag: v2.6.17-rc1~1184^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee29074d3bd23848905f52c515974e0cd0219faa;p=pandora-kernel.git [SPARC64]: Fix new context version SMP handling. Don't piggy back the SMP receive signal code to do the context version change handling. Instead allocate another fixed PIL number for this asynchronous cross-call. We can't use smp_call_function() because this thing is invoked with interrupts disabled and a few spinlocks held. Also, fix smp_call_function_mask() to count "cpus" correctly. There is no guarentee that the local cpu is in the mask yet that is exactly what this code was assuming. Signed-off-by: David S. Miller --- Reading git-diff-tree failed