From: Scott Wood Date: Fri, 27 Sep 2013 00:18:18 +0000 (-0500) Subject: powerpc/mpic: Disable preemption when calling mpic_processor_id() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32dda05f4ec2b854b594bd91590c46c5197d77e1;p=pandora-kernel.git powerpc/mpic: Disable preemption when calling mpic_processor_id() Otherwise, we get a debug traceback due to the use of smp_processor_id() (or get_paca()) inside hard_smp_processor_id(). mpic_host_map() is just looking for a default CPU, so it doesn't matter if we migrate after getting the CPU ID. Signed-off-by: Scott Wood Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed