Re: [PATCH 6/7] x86, lib: Add wbinvd and wbnoinvd helpers to target multiple CPUs

From: Zheyun Shen
Date: Thu Feb 27 2025 - 07:46:25 EST


Hi Sean,
Thank you for reviewing and combining the codes.
> +static inline wbnoinvd_on_many_cpus(struct cpumask *cpus)
> +{
> + wbnoinvd();
> +}
The code above is missing the void return type.

Thank you!