From: James Hogan Date: Mon, 25 Nov 2013 11:14:50 +0000 (+0000) Subject: metag: smp: don't set irq regs in do_IPI() X-Git-Tag: v3.14-rc1~182^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a25f7bb5aa1b2f876d9df81c44b516e015022f8;p=pandora-kernel.git metag: smp: don't set irq regs in do_IPI() Since commit f6b30d32d242 (metag: kick: add missing irq_enter/exit to kick_handler()), the main kick_handler() function deals with setting and restoring the irq registers pointer. Therefore do_IPI() which is called indirectly from kick_handler() doesn't need to do that itself any longer. Therefore remove that code and do_IPI()'s pt_regs argument. Signed-off-by: James Hogan Cc: linux-metag@vger.kernel.org Cc: Thomas Gleixner --- Reading git-diff-tree failed