From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: Atsushi Nemoto <anemo@mba.ocn.ne.jp>, linux-mips@linux-mips.org
Subject: Re: [PATCH] use generic_handle_irq, handle_level_irq, handle_percpu_irq
Date: Thu, 23 Nov 2006 18:42:38 +0300 [thread overview]
Message-ID: <4565C16E.3090803@ru.mvista.com> (raw)
In-Reply-To: <20061122120552.GA27782@linux-mips.org>
Hello.
Ralf Baechle wrote:
>>>@@ -104,6 +105,7 @@ static struct irq_chip mips_mt_cpu_irq_c
>>> .mask = mask_mips_mt_irq,
>>> .mask_ack = mips_mt_cpu_irq_ack,
>>> .unmask = unmask_mips_mt_irq,
>>>+ .eoi = unmask_mips_mt_irq,
>>> .end = mips_mt_cpu_irq_end,
>>>};
>>>
>>>@@ -124,7 +126,8 @@ void __init mips_cpu_irq_init(int irq_ba
>>> set_irq_chip(i, &mips_mt_cpu_irq_controller);
>>>
>>> for (i = irq_base + 2; i < irq_base + 8; i++)
>>>- set_irq_chip(i, &mips_cpu_irq_controller);
>>>+ set_irq_chip_and_handler(i, &mips_cpu_irq_controller,
>>>+ handle_level_irq);
>>
>> BTW, isn't IRQ7 per-CPU?
> Yes and no. On many CPUs IRQ 7 can be configured at reset time as either
> the count / compare interrupt or a CPU interrupt just like the others.
> It always used to be a normal CPU interrupt for R2000 class CPUs.
Nevertheless, IRQ7 having percpu flow when it's known to be from
count/compare would make the timer stuff faster, I assume...
> Ralf
WBR, Sergei
next prev parent reply other threads:[~2006-11-23 15:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-13 16:13 [PATCH] use generic_handle_irq, handle_level_irq, handle_percpu_irq Atsushi Nemoto
2006-11-21 15:31 ` Sergei Shtylyov
2006-11-22 12:05 ` Ralf Baechle
2006-11-23 15:42 ` Sergei Shtylyov [this message]
2006-11-23 16:17 ` Atsushi Nemoto
2006-11-22 13:19 ` Atsushi Nemoto
2006-12-01 15:08 ` Atsushi Nemoto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4565C16E.3090803@ru.mvista.com \
--to=sshtylyov@ru.mvista.com \
--cc=anemo@mba.ocn.ne.jp \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox