mbox series

[v2,0/2] Support MT SMP on generic MIPS kernel

Message ID 20211218100511.42508-1-sander@svanheule.net (mailing list archive)
Headers show
Series Support MT SMP on generic MIPS kernel | expand

Message

Sander Vanheule Dec. 18, 2021, 10:05 a.m. UTC
These patches should allow a generic kernel to enable MT SMP, if
supported by the current CPU.

Changes since v1:
Link: https://lore.kernel.org/all/20211217183930.16192-1-sander@svanheule.net/
- Add patch suggested by Jiaxun

Sander Vanheule (2):
  MIPS: only register MT SMP ops if MT is supported
  MIPS: generic: enable SMP on SMVP systems

 arch/mips/generic/init.c        | 11 ++++++-----
 arch/mips/include/asm/smp-ops.h |  3 +++
 2 files changed, 9 insertions(+), 5 deletions(-)

Comments

Thomas Bogendoerfer Dec. 21, 2021, 1:56 p.m. UTC | #1
On Sat, Dec 18, 2021 at 11:05:09AM +0100, Sander Vanheule wrote:
> These patches should allow a generic kernel to enable MT SMP, if
> supported by the current CPU.
> 
> Changes since v1:
> Link: https://lore.kernel.org/all/20211217183930.16192-1-sander@svanheule.net/
> - Add patch suggested by Jiaxun
> 
> Sander Vanheule (2):
>   MIPS: only register MT SMP ops if MT is supported
>   MIPS: generic: enable SMP on SMVP systems
> 
>  arch/mips/generic/init.c        | 11 ++++++-----
>  arch/mips/include/asm/smp-ops.h |  3 +++
>  2 files changed, 9 insertions(+), 5 deletions(-)

series applied to mips-next.

Thomas.