qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] [PATCH v3] ppc: make idle_timer a per-cpu variable


From: Shivaprasad G Bhat
Subject: Re: [Qemu-ppc] [PATCH v3] ppc: make idle_timer a per-cpu variable
Date: Fri, 19 Jul 2019 14:22:49 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2



On 07/18/2019 09:47 PM, Greg Kurz wrote:
On Thu, 18 Jul 2019 10:21:28 -0500
Shivaprasad G Bhat <address@hidden> wrote:

+    PowerPCCPU *cpu = POWERPC_CPU(cs);
+
+    timer_deinit(&cpu->idle_timer);
As stated in the timer.h header file, timer_del() should always be called
before timer_deinit().

With that fixed:

Reviewed-by: Greg Kurz <address@hidden>

Thanks. Fixed, and posted the v4.

Regards,
Shivaprasad




reply via email to

[Prev in Thread] Current Thread [Next in Thread]