| To: | Deng-Cheng Zhu <dczhu@mips.com> |
|---|---|
| Subject: | Re: [PATCH v2 1/2] MIPS: fix/enrich 34K APRP (APSP) functionalities |
| From: | John Crispin <john@phrozen.org> |
| Date: | Thu, 17 May 2012 14:30:57 +0200 |
| Cc: | linux-mips@linux-mips.org, kevink@paralogos.com |
| In-reply-to: | <1337244680-29968-2-git-send-email-dczhu@mips.com> |
| References: | <1337244680-29968-1-git-send-email-dczhu@mips.com> <1337244680-29968-2-git-send-email-dczhu@mips.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 |
Hi, > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > index ce30e2f..8205afe 100644 > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig > @@ -1925,7 +1925,7 @@ config MIPS_MT_FPAFF > > config MIPS_VPE_LOADER > bool "VPE loader support." > - depends on SYS_SUPPORTS_MULTITHREADING > + depends on SYS_SUPPORTS_MULTITHREADING && MIPS_MALTA This would lead to the second user of the API having to patch this piece of code to make it work. You could introduce a ARCH_HAS_APRP which any platform can then select ? I think it would also make sense to split changes to generic and malta code into separate patches if that is possible. Thanks, John |
| Previous by Date: | Re: [PATCH 6/8] MIPS: call set_cpu_online() on the uping cpu with irq disabled, Sergei Shtylyov |
|---|---|
| Next by Date: | Re: [PATCH 0/8] patchset focus on MIPS SMP woes, David Daney |
| Previous by Thread: | [PATCH v2 1/2] MIPS: fix/enrich 34K APRP (APSP) functionalities, Deng-Cheng Zhu |
| Next by Thread: | Re: [PATCH v2 1/2] MIPS: fix/enrich 34K APRP (APSP) functionalities, Deng-Cheng Zhu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |