From 5a25f7bb5aa1b2f876d9df81c44b516e015022f8 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Mon, 25 Nov 2013 11:14:50 +0000 Subject: [PATCH] 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-format-patch failed