On 04/04/16 17:21, Julien Grall wrote:
(CC Stefano new e-mail address)Alternatively, these could be added even if they are not encountered.
Hello Anna-Maria,
On 04/04/2016 13:32, Anna-Maria Gleixner wrote:
Xen guests do not offline/online CPUs during suspend/resume and
therefore FROZEN notifier transitions are not required. Add this
explanation as a comment in the code to get not confused why
CPU_TASKS_FROZEN masked transitions are not considered.
This might be more future-proof but the documentation might be clearer.
Boris, Juergen, any opinion?
David>> --- a/drivers/xen/events/events_fifo.c
If this doesn't need any other changes, I'll fix this on commit.+++ b/drivers/xen/events/events_fifo.cNIT: The '*' is not aligned with the others.
@@ -425,6 +425,12 @@ static int evtchn_fifo_cpu_notification(
int cpu = (long)hcpu;
int ret = 0;
+ /*
+ * Xen guests do not offline/online CPUs during
+ * suspend/resume, thus CPU_TASKS_FROZEN masked transitions
+ * are not considered.
+ */
David