Searched hist:123125 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dsmp.hdiff 123125 Wed Dec 03 12:55:31 MST 2003 jhb Export a few SMP related symbols in UP kernels as well. This is needed to
aid other kernel code, especially code which can be in a module such as
the acpi_cpu(4) driver, to work properly with both SMP and UP kernels.
The exported symbols include mp_ncpus, all_cpus, mp_maxid, smp_started, and
the smp_rendezvous() function. This also means that CPU_ABSENT() is now
always implemented the same on all kernels.

Approved by: re (scottl)
/freebsd-9.3-release/sys/kern/
H A Dsubr_smp.cdiff 123125 Wed Dec 03 12:55:31 MST 2003 jhb Export a few SMP related symbols in UP kernels as well. This is needed to
aid other kernel code, especially code which can be in a module such as
the acpi_cpu(4) driver, to work properly with both SMP and UP kernels.
The exported symbols include mp_ncpus, all_cpus, mp_maxid, smp_started, and
the smp_rendezvous() function. This also means that CPU_ABSENT() is now
always implemented the same on all kernels.

Approved by: re (scottl)

Completed in 183 milliseconds