On 23/04/2025 9:55 pm, Stefano Stabellini wrote: > On Wed, 23 Apr 2025, Nicola Vetrini wrote: >> __inline was not mentioned in C-language-toolchain.rst, while >> __inline__ is not used in code under xen/. __inline is kept because it >> may be used in Xen. The ECLAIR configuration is now consistent with the >> documented extensions in the rst file. >> >> No functional change. >> >> Signed-off-by: Nicola Vetrini <nicola.vetr...@bugseng.com> > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
Hmm. f96e2f64576cd I take it that patch shouldn't have gone in then? Regardless, now that we're putting it back in, we should put in both __inline and __inline__, so as not to need to come back and repeat this patch again. ~Andrew