| To: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
|---|---|
| Subject: | Re: [PATCH] MIPS: add IRQF_TIMER flag for Timer Interrupts |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Fri, 09 Oct 2009 23:45:49 +0800 |
| Cc: | linux-mips@linux-mips.org, linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, ralf@linux-mips.org, rjw@sisk.pl, yuasa@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=dg3rv1gfLfbXliBulB7MZWIp0QdmSIzVUN/LtODUZak=; b=Efvuyseqf500H8qdJTJm1tj3SvW+PCxKG+BtZqU5m/YY/STwEv47bnDSgCwbBqyxts urJmRZtgwRupSkeeaLSOy4n7KQ0num7OdepHtQ/LHuttge6vPk2hpk556Uhv7ApONq/E 7Rl7g6Aj4ztDkLZ1h04+6bKKsQ6OcMp0nSz34= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=rSXfLwXY+BM7DktltWZ6RllhFUMMFZ7gb2jkZpBtyjM6BH1Mzjl33r5Z6w+O3fWB1+ j21+xcOgExNkYf846J8BPPs/mdyj2XEH07Vu/q8YtVgtfPmYUFFPI1IOD3I2gNUi7BYU nxDfY+ay0ooWMPZw2NWr/SjOIj1dKj0dQsI0g= |
| In-reply-to: | <20091010.001754.229727131.anemo@mba.ocn.ne.jp> |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1255007874-19574-1-git-send-email-wuzhangjin@gmail.com> <20091010.001754.229727131.anemo@mba.ocn.ne.jp> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
On Sat, 2009-10-10 at 00:17 +0900, Atsushi Nemoto wrote:
> On Thu, 8 Oct 2009 21:17:54 +0800, Wu Zhangjin <wuzhangjin@gmail.com> 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.
> >
> > Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
> > ---
> > arch/mips/jazz/irq.c | 2 +-
> > arch/mips/kernel/cevt-gt641xx.c | 2 +-
> > arch/mips/kernel/cevt-r4k.c | 2 +-
> > arch/mips/kernel/i8253.c | 2 +-
> > arch/mips/nxp/pnx8550/common/time.c | 2 +-
> > arch/mips/sgi-ip27/ip27-timer.c | 2 +-
> > arch/mips/sni/time.c | 2 +-
> > 7 files changed, 7 insertions(+), 7 deletions(-)
>
> Maybe cevt-bcm1480.c, cevt-ds1287.c, cevt-sb1250.c, cevt-txx9.c and
> i8253.c need same fix?
>
I got them via "grep timer -ur arch/mips | grep name", so, perhaps there
are also some other timer interrupts missing here.
just get more via "grep Timer -ur arch/mips | grep name", "grep IRQF_
-ur arch/mips/ | grep -v TIMER | grep =", a new patch will be sent out
in the next E-mail.
Regards,
Wu Zhangjin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] MIPS: fix pfn_valid() for FLAGMEM, Sergei Shtylyov |
|---|---|
| Next by Date: | [PATCH -v1] MIPS: add IRQF_TIMER flag for Timer Interrupts, Wu Zhangjin |
| Previous by Thread: | Re: [PATCH] MIPS: add IRQF_TIMER flag for Timer Interrupts, Atsushi Nemoto |
| Next by Thread: | [PATCH] CS5535: Remove the X86 platform dependence of SND_CS5535AUDIO, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |