| To: | wu zhangjin <wuzhangjin@gmail.com> |
|---|---|
| Subject: | Re: How is interrupt handling on MIPS SMP? |
| From: | Adam Jiang <jiang.adam@gmail.com> |
| Date: | Sun, 29 Aug 2010 15:57:40 +0900 |
| Cc: | linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=df3u72Q3Op4tG4EGSwz9BYebI9o4TP8zLg9Krj8hYwI=; b=SzDtKL4VXrVdoztyScizUcgjHueb0evZdJ3WH1h3TTG9OofWm72DRJN7c6LaG8cUig VpZSkgGej0QlIVu80nKr3tCxpp/tcUwwd8YOxaLeAKwnqAHYGtqMskCp8Z/suIWW9b/o Lr3KNQQyGNBFnWLzNmjFhUr7TbqlLnl4q9T34= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=pFoCtwvq3rWe++GSiuqcIHGZpbeZ9IiaNlVn7WTk3iUYkKMT6zelr81G7vjFf/9t2v SnO/2XP20PIIE/zsTvyrzxrF2LeYlIrONsUDi2arGZTjUQg+BvBK7jAkV1K7E4jIecz4 8DwsKf389A2SDZum5hlrJukvEr9LVsyJQffcA= |
| In-reply-to: | <AANLkTimDt2pPxaiKP0WUyYgg3xmYSVsc8Cp2neNET_TA@mail.gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20100828071842.GB6957@capricorn-x61> <AANLkTimDt2pPxaiKP0WUyYgg3xmYSVsc8Cp2neNET_TA@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.20 (2009-06-14) |
> Hi, Adam > > On 8/28/10, Adam Jiang <jiang.adam@gmail.com> wrote: > > How dose interrupt be handled on SMP build on MIPS architecture? Does > > mips-linux support SMP? > > > > $ grep SYS_SUPPORTS_SMP -ur arch/mips/Kconfig | egrep -v "config|depend" | wc > -l > 6 > > You can get more information from the book "See MIPS Run Linux" version 2. Thank you, Wu. I'd like to read the book ASAP. I have gotten a general image how multi-APIC system distribute IRQs to each CPU on x86 architecture. For misp, is there a mechanism to do the same thing? Another question is about the comments in file arch/mips/kernel/irq_cpu.c it is said "8 interrupt sources" things could not be applied to SMP. What dose this mean? How is MIPS CPU interrupts handled? Could I get a general information from MIPS programmer manual? Best regards, /Adam > > Regards, > Wu Zhangjin > |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: How is interrupt handling on MIPS SMP?, wu zhangjin |
|---|---|
| Next by Date: | [PATCH 0/2] AR7: add support for Titan TNETV10xx SoC, Florian Fainelli |
| Previous by Thread: | Re: How is interrupt handling on MIPS SMP?, wu zhangjin |
| Next by Thread: | [PATCH 0/2] AR7: add support for Titan TNETV10xx SoC, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |