Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756539AbZJKRBA (ORCPT ); Sun, 11 Oct 2009 13:01:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756072AbZJKRA7 (ORCPT ); Sun, 11 Oct 2009 13:00:59 -0400 Received: from mba.ocn.ne.jp ([122.28.14.163]:55296 "EHLO smtp.mba.ocn.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755537AbZJKRA7 (ORCPT ); Sun, 11 Oct 2009 13:00:59 -0400 Date: Mon, 12 Oct 2009 01:59:39 +0900 (JST) Message-Id: <20091012.015939.165860325.anemo@mba.ocn.ne.jp> To: wuzhangjin@gmail.com Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linux-pm@lists.linux-foundation.org, ralf@linux-mips.org, rjw@sisk.pl, yuasa@linux-mips.org Subject: Re: [PATCH -v1] MIPS: add IRQF_TIMER flag for Timer Interrupts From: Atsushi Nemoto In-Reply-To: <1255103450-12537-1-git-send-email-wuzhangjin@gmail.com> References: <1255103450-12537-1-git-send-email-wuzhangjin@gmail.com> X-Fingerprint: 6ACA 1623 39BD 9A94 9B1A B746 CA77 FE94 2874 D52F X-Pgp-Public-Key: http://wwwkeys.pgp.net/pks/lookup?op=get&search=0x2874D52F X-Mailer: Mew version 5.2 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1640 Lines: 41 On Fri, 9 Oct 2009 23:50:50 +0800, Wu Zhangjin wrote: > This patch add IRQF_TIMER flag for all Timer interrupts in linux-MIPS, > which will help to not disable the Timer IRQ when suspending to ensure > resuming normally(d6c585a4342a2ff627a29f9aea77c5ed4cd76023) and not > thread them when enabled PREEMPT_RT. > > NOTE: Perhaps there are also some board-specific Timer interrupts > missing here! > > (This -v1 version Incorporated the feedback from Atsushi Nemoto > .) > > Acked-by: Thomas Gleixner > Acked-by: Rafael J. Wysocki > Signed-off-by: Wu Zhangjin > --- > arch/mips/jazz/irq.c | 2 +- > arch/mips/kernel/cevt-bcm1480.c | 2 +- > arch/mips/kernel/cevt-ds1287.c | 2 +- > arch/mips/kernel/cevt-gt641xx.c | 2 +- > arch/mips/kernel/cevt-r4k.c | 2 +- > arch/mips/kernel/cevt-sb1250.c | 2 +- > arch/mips/kernel/cevt-txx9.c | 2 +- > arch/mips/kernel/i8253.c | 2 +- > arch/mips/nxp/pnx8550/common/int.c | 2 +- > arch/mips/nxp/pnx8550/common/time.c | 4 ++-- > arch/mips/sgi-ip27/ip27-timer.c | 2 +- > arch/mips/sni/time.c | 2 +- > 12 files changed, 13 insertions(+), 13 deletions(-) Thank you. Acked-by: Atsushi Nemoto --- Atsushi Nemoto -- 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/