[PATCH 0/3] MIPS: Enhancements on usage and documentation of parameters

Jiaxun Yang posted 3 patches 2 years, 8 months ago
.../admin-guide/kernel-parameters.txt         | 37 +++++++++++++++++--
arch/mips/Kconfig                             |  1 +
arch/mips/include/asm/smp.h                   |  2 +
arch/mips/kernel/smp-cps.c                    | 13 +------
arch/mips/kernel/smp-mt.c                     |  3 +-
arch/mips/kernel/smp.c                        | 18 +++++++++
6 files changed, 57 insertions(+), 17 deletions(-)
[PATCH 0/3] MIPS: Enhancements on usage and documentation of parameters
Posted by Jiaxun Yang 2 years, 8 months ago
Hi all

This patchset is to enhance the usage and documentation of some parameters.

Please review.
Thanks
- Jiaxun

Jiaxun Yang (3):
  MIPS: Rework smt cmdline parameters
  MIPS: Select CONFIG_GENERIC_IDLE_POLL_SETUP
  Documentation: kernel-parameters: Add some MIPS parameters

 .../admin-guide/kernel-parameters.txt         | 37 +++++++++++++++++--
 arch/mips/Kconfig                             |  1 +
 arch/mips/include/asm/smp.h                   |  2 +
 arch/mips/kernel/smp-cps.c                    | 13 +------
 arch/mips/kernel/smp-mt.c                     |  3 +-
 arch/mips/kernel/smp.c                        | 18 +++++++++
 6 files changed, 57 insertions(+), 17 deletions(-)

-- 
2.39.2 (Apple Git-143)