VirtualBox

Ignore:
Timestamp:
Apr 29, 2009 1:22:56 PM (16 years ago)
Author:
vboxsync
Message:

Runtime/MP-freebsd: Fix typo which makes the kernel module unloadable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c

    r19057 r19264  
    224224#if __FreeBSD_version >= 700000
    225225    Mask = (cpumask_t)1 << idCpu;
    226     smp_rendezvous_smp(Mask, NULL, rtmpOnSpecificFreeBSDWrapper, NULL, &Args);
     226    smp_rendezvous_cpus(Mask, NULL, rtmpOnSpecificFreeBSDWrapper, NULL, &Args);
    227227#else
    228228    smp_rendezvous(NULL, rtmpOnSpecificFreeBSDWrapper, NULL, &Args);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette