Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 May 2017 14:19:02 -0700
From:      John Baldwin <jhb@freebsd.org>
To:        Mark Johnston <markj@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r317651 - in head/sys/compat/linuxkpi/common: include/asm include/linux src
Message-ID:  <6396628.i00z9sPEvp@ralph.baldwin.cx>
In-Reply-To: <201705011632.v41GWS67052895@repo.freebsd.org>
References:  <201705011632.v41GWS67052895@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6396628.i00z9sPEvp>