From: David S. Miller Date: Mon, 14 May 2012 06:09:04 +0000 (-0700) Subject: sparc32: Implement hard_smp_processor_id() via instruction patching. X-Git-Tag: v3.5-rc1~190^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68e5d39a502d01421cbc70d25c377e9215facef;p=pandora-kernel.git sparc32: Implement hard_smp_processor_id() via instruction patching. This is the last non-trivial user of btfixup. Like sparc64, use a special patch section to resolve the various implementations of how to read the current CPU's ID when we don't have current_thread_info()->cpu necessarily available. Signed-off-by: David S. Miller Tested-by: Sam Ravnborg --- Reading git-diff-tree failed