Message ID | 20240305-class_cleanup-mips-v1-0-e93726711468@marliere.net (mailing list archive) |
---|---|
Headers | show |
Series | mips: constify struct class usage | expand |
On Tue, Mar 05, 2024 at 10:37:49AM -0300, Ricardo B. Marliere wrote: > This is a simple and straight forward cleanup series that aims to make the > class structures in mips constant. This has been possible since 2023 [1]. > > [1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/ > > Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net> > --- > Ricardo B. Marliere (2): > mips: mt: make mt_class constant > mips: sibyte: make tb_class constant > > arch/mips/include/asm/mips_mt.h | 2 +- > arch/mips/kernel/mips-mt.c | 14 ++++---------- > arch/mips/kernel/rtlx-mt.c | 8 ++++---- > arch/mips/sibyte/common/sb_tbprof.c | 21 +++++++++------------ > 4 files changed, 18 insertions(+), 27 deletions(-) > --- > base-commit: fdf0df8c936c0822570e067009dee6824ff3a2be > change-id: 20240305-class_cleanup-mips-a77ae01ea4fc series applied to mips-next. Thomas.
This is a simple and straight forward cleanup series that aims to make the class structures in mips constant. This has been possible since 2023 [1]. [1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/ Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net> --- Ricardo B. Marliere (2): mips: mt: make mt_class constant mips: sibyte: make tb_class constant arch/mips/include/asm/mips_mt.h | 2 +- arch/mips/kernel/mips-mt.c | 14 ++++---------- arch/mips/kernel/rtlx-mt.c | 8 ++++---- arch/mips/sibyte/common/sb_tbprof.c | 21 +++++++++------------ 4 files changed, 18 insertions(+), 27 deletions(-) --- base-commit: fdf0df8c936c0822570e067009dee6824ff3a2be change-id: 20240305-class_cleanup-mips-a77ae01ea4fc Best regards,