From: Kirill Tkhai Date: Sat, 14 Sep 2013 12:00:09 +0000 (+0400) Subject: sparc64: Add self-IPI support for smp_send_reschedule() X-Git-Tag: v3.13-rc1~78^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a36265bf7d7e16b35fab5ae7f2f5d499bd0c14d;p=pandora-kernel.git sparc64: Add self-IPI support for smp_send_reschedule() CONFIG_NO_HZ_FULL requires possibility of smp_send_reschedule() for the calling CPU. Currently, it is used in inc_nr_running() scheduler primitive only. Nobody calls smp_send_reschedule() from preemptible context (furthermore, it looks like it will be save if anybody use it another way in the future). But anyway I add WARN_ON() here just to return here if anything changes. Signed-off-by: Kirill Tkhai CC: David Miller Signed-off-by: David S. Miller --- Reading git-diff-tree failed