From: Daniel Hellstrom <daniel@xxxxxxxxxxx> Date: Fri, 20 May 2011 16:01:09 +0200 > Fixes a merge conflict in arch/sparc/kernel/smp_32.c between commit > d6d048192b1d ("sparc32: implement SMP IPIs using the generic functions") > from the sparc tree and commit 184748cc50b2 ("sched: Provide > scheduler_ipi() callback in response to smp_send_reschedule()"). > > The patch adds a call to scheduler_ipi() from the resched IPI handler in > sparc32. > > Signed-off-by: Daniel Hellstrom <daniel@xxxxxxxxxxx> What I did to handle this was merge in enough of the upstream commit by Peter such that both of these patches apply, via: git merge --no-commit 317f394160e9beb97d19a84c39b7e5eb3d7815a8 then I added patch #1 into the merge commit. Next, I applied patch #2 afterwards. So we should be all set when I push this out to Linus, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html