On 03.07.2019 15:22, Alexandru Stefan ISAILA wrote:
>> --- a/xen/arch/x86/cpu/mwait-idle.c
>> +++ b/xen/arch/x86/cpu/mwait-idle.c
>> @@ -731,7 +731,8 @@ static void mwait_idle(void)
>>              } while (cx->type > max_cstate && --next_state);
>>              if (!next_state)
>>                      cx = NULL;
>> -            menu_get_trace_data(&exp, &pred);
>> +            else if (tb_init_done)
>> +                    menu_get_trace_data(&exp, &pred);
> 
> Style ??

I don't see any style violation here, comparing with neighboring
code. Please clarify.

Jan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to