Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262388AbVADWgp (ORCPT ); Tue, 4 Jan 2005 17:36:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262391AbVADWfE (ORCPT ); Tue, 4 Jan 2005 17:35:04 -0500 Received: from out009pub.verizon.net ([206.46.170.131]:31661 "EHLO out009.verizon.net") by vger.kernel.org with ESMTP id S262388AbVADWdU (ORCPT ); Tue, 4 Jan 2005 17:33:20 -0500 From: James Nelson To: linux-kernel@vger.kernel.org, linux-mips@linux-mips.org Cc: ralf@linux-mips.org, James Nelson Message-Id: <20050104223339.21889.43506.17350@localhost.localdomain> In-Reply-To: <20050104223327.21889.11863.64754@localhost.localdomain> References: <20050104223327.21889.11863.64754@localhost.localdomain> Subject: [PATCH 2/4] mips: remove cli()/sti() in arch/mips/jmr3927/rbhma3100/setup.c X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [209.158.220.243] at Tue, 4 Jan 2005 16:33:19 -0600 Date: Tue, 4 Jan 2005 16:33:20 -0600 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 780 Lines: 19 Signed-off-by: James Nelson diff -urN --exclude='*~' linux-2.6.10-mm1-original/arch/mips/jmr3927/rbhma3100/setup.c linux-2.6.10-mm1/arch/mips/jmr3927/rbhma3100/setup.c --- linux-2.6.10-mm1-original/arch/mips/jmr3927/rbhma3100/setup.c 2005-01-03 18:42:40.230471006 -0500 +++ linux-2.6.10-mm1/arch/mips/jmr3927/rbhma3100/setup.c 2005-01-04 16:50:40.966286806 -0500 @@ -108,7 +108,7 @@ static void jmr3927_machine_restart(char *command) { - cli(); + local_irq_disable(); puts("Rebooting..."); do_reset(); } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/