[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <725F7D42-D23D-4033-AF52-7B4013B04992@sjtu.edu.cn>
Date: Thu, 27 Feb 2025 20:45:45 +0800
From: Zheyun Shen <szy0127@...u.edu.cn>
To: Sean Christopherson <seanjc@...gle.com>
Cc: linux-kernel@...r.kernel.org,
kvm@...r.kernel.org
Subject: Re: [PATCH 6/7] x86, lib: Add wbinvd and wbnoinvd helpers to target
multiple CPUs
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!
Powered by blists - more mailing lists