On 26.03.2025 06:50, Penny Zheng wrote:
> --- a/xen/common/sysctl.c
> +++ b/xen/common/sysctl.c
> @@ -72,10 +72,12 @@ long do_sysctl(XEN_GUEST_HANDLE_PARAM(xen_sysctl_t) 
> u_sysctl)
>          ret = tb_control(&op->u.tbuf_op);
>          break;
>  
> +#ifdef CONFIG_SYSCTL
>      case XEN_SYSCTL_sched_id:
>          op->u.sched_id.sched_id = scheduler_id();
>          break;
>  
> +#endif /* CONFIG_SYSCTL */
>      case XEN_SYSCTL_getdomaininfolist:

Same as in the earlier patch (and I may not repeat this if later in the series
this re-occurs): #endif ahead of the blank line please.

Jan

Reply via email to