svn commit: r317651 - in head/sys/compat/linuxkpi/common: include/asm include/linux src

John Baldwin jhb at freebsd.org
Tue May 2 00:16:14 UTC 2017


On Monday, May 01, 2017 04:32:28 PM Mark Johnston wrote:
> Author: markj
> Date: Mon May  1 16:32:28 2017
> New Revision: 317651
> URL: https://svnweb.freebsd.org/changeset/base/317651
> 
> Log:
>   Add on_each_cpu() and wbinvd_on_all_cpus().

For wbinvd_on_all_cpus() we do have a dedicated IPI.  You could just
use 'pmap_invalidate_cache()' in place of wbinvd_on_all_cpus() directly.

-- 
John Baldwin


More information about the svn-src-head mailing list