Re: [PATCH] mips: remove unnecessary "select PTIMER"

2024-02-13 Thread Philippe Mathieu-Daudé
On 29/1/24 12:58, Paolo Bonzini wrote: There is no use of ptimer functions in mips_cps.c or any other related code. Signed-off-by: Paolo Bonzini --- hw/mips/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index 505381a0bba..ab61af209a0 100644 ---

Re: [PATCH] mips: remove unnecessary "select PTIMER"

2024-01-29 Thread Philippe Mathieu-Daudé
On 29/1/24 12:58, Paolo Bonzini wrote: There is no use of ptimer functions in mips_cps.c or any other related code. Signed-off-by: Paolo Bonzini --- hw/mips/Kconfig | 1 - 1 file changed, 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] mips: remove unnecessary "select PTIMER"

2024-01-29 Thread Paolo Bonzini
There is no use of ptimer functions in mips_cps.c or any other related code. Signed-off-by: Paolo Bonzini --- hw/mips/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index 505381a0bba..ab61af209a0 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@