git: nvmm: Port to DragonFly #8: kcpuset(9) -> cpumask(9)

Aaron LI aly at crater.dragonflybsd.org
Tue Jul 20 16:30:18 PDT 2021


commit e995879e78cf57b76c7793c2d9ae50be5c2a9c41
Author: Aaron LI <aly at aaronly.me>
Date:   Thu May 13 07:25:59 2021 +0800

    nvmm: Port to DragonFly #8: kcpuset(9) -> cpumask(9)
    
    Translate NetBSD's kcpuset(9) API to our cpumask(9) API.  Use the atomic
    version to avoid possible races between multiple vCPUs.

Summary of changes:
 sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e995879e78cf57b76c7793c2d9ae50be5c2a9c41


-- 
DragonFly BSD source repository



More information about the Commits mailing list