Re: [Xen-devel] [PATCH v2] xen: fix null sched build with debug=n

2018-03-19 Thread Dario Faggioli
On Mon, 2018-03-19 at 13:41 -0500, Doug Goldstein wrote: > The null_dom() static inline is just used when debug=y so it results > in > a error with the default CFLAGS and debug=n. This function is used in > only one place and it a one line helper so remove it until we > actually > need it. > > Sig

[Xen-devel] [PATCH v2] xen: fix null sched build with debug=n

2018-03-19 Thread Doug Goldstein
The null_dom() static inline is just used when debug=y so it results in a error with the default CFLAGS and debug=n. This function is used in only one place and it a one line helper so remove it until we actually need it. Signed-off-by: Doug Goldstein --- environment: Debian stretch compiler: cla