diff options
author | bmilekic <bmilekic@FreeBSD.org> | 2001-08-01 00:54:00 +0000 |
---|---|---|
committer | bmilekic <bmilekic@FreeBSD.org> | 2001-08-01 00:54:00 +0000 |
commit | cceec8d18104db04cf807557e3517e2bc2437b10 (patch) | |
tree | fa9602c0beb285a314576d66bdf34ad353843bfb /sys/libkern | |
parent | db46728f2172e9e63dbc37889c7790f445a40910 (diff) | |
download | FreeBSD-src-cceec8d18104db04cf807557e3517e2bc2437b10.zip FreeBSD-src-cceec8d18104db04cf807557e3517e2bc2437b10.tar.gz |
Move CPU_ABSENT() macro to smp.h, where it belongs anyway. It will be
defined to 0 in the non-SMP case, which very much makes sense as it
permits its usage in per-CPU initialization loops (for an example, check
out subr_mbuf.c).
Further, on a UP system, make mb_alloc always use the first per-CPU
container, regardless of cpuid (i.e. remove reliability on cpuid in the
UP case).
Requested by: alfred
Diffstat (limited to 'sys/libkern')
0 files changed, 0 insertions, 0 deletions