Re: [PATCH v2] mips: smp-bmips: fix CPU mappings

2021-03-01 Thread Thomas Bogendoerfer
On Wed, Feb 24, 2021 at 08:33:36AM +0100, Álvaro Fernández Rojas wrote: > When booting bmips with SMP enabled on a BCM6358 running on CPU #1 instead of > CPU #0, the current CPU mapping code produces the following: > - smp_processor_id(): 0 > - cpu_logical_map(0): 1 > - cpu_number_map(0): 1 > > Th

Re: [PATCH v2] mips: smp-bmips: fix CPU mappings

2021-03-01 Thread Thomas Bogendoerfer
On Sat, Feb 27, 2021 at 07:47:42AM +0100, Álvaro Fernández Rojas wrote: > Hi all, > > Apparently, this patch was flagged as "Not Applicable" without an > explanation. Why? hmm, I probaly wanted to drop the first version, but changed v2. It's back to new again and I'm gogin to apply it soon. Sorr

Re: [PATCH v2] mips: smp-bmips: fix CPU mappings

2021-02-26 Thread Álvaro Fernández Rojas
Hi all, Apparently, this patch was flagged as "Not Applicable" without an explanation. Why? https://patchwork.kernel.org/project/linux-mips/patch/20210224073336.32265-1-nolt...@gmail.com/ Best regarss, Álvaro. > El 24 feb 2021, a las 8:33, Álvaro Fernández Rojas > escribió: > > When booting

[PATCH v2] mips: smp-bmips: fix CPU mappings

2021-02-23 Thread Álvaro Fernández Rojas
When booting bmips with SMP enabled on a BCM6358 running on CPU #1 instead of CPU #0, the current CPU mapping code produces the following: - smp_processor_id(): 0 - cpu_logical_map(0): 1 - cpu_number_map(0): 1 This is because SMP isn't supported on BCM6358 since it has a shared TLB, so it is disab