mbox series

[0/2] mips: constify struct class usage

Message ID 20240305-class_cleanup-mips-v1-0-e93726711468@marliere.net (mailing list archive)
Headers show
Series mips: constify struct class usage | expand

Message

Ricardo B. Marliere March 5, 2024, 1:37 p.m. UTC
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,

Comments

Thomas Bogendoerfer March 7, 2024, 4:21 p.m. UTC | #1
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.