diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-24 10:13:13 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-24 10:13:13 +0000 |
commit | 277ef6eaf3f159fbb709383ae79b1615965f8595 (patch) | |
tree | 02f79577946b2216155a10d51f414cda27021b3d /lib/libc/stdlib/heapsort.c | |
parent | a1ce5e9db8ddc7349eb2ff1d39d0be8345bcd059 (diff) | |
download | FreeBSD-src-277ef6eaf3f159fbb709383ae79b1615965f8595.zip FreeBSD-src-277ef6eaf3f159fbb709383ae79b1615965f8595.tar.gz |
- Adjust some whitespace to reduce diffs with the i386 version.
- Rename the per-CPU variable 'cpuno' to 'cpuid'. This was done so that
there is one consistent name across all architectures for a logical
CPU id.
- Remove all traces of IRQ forwarding.
- Add globaldata_register() hook called by globaldata_init() to register
globaldata structures in the cpuid_to_globaldata array.
- Catch up to P_FOO -> PS_FOO.
- Bring across some fixes for forwarded_statclock() from the i386 version
to handle ithreads and idleproc properly.
- Rename addugd_intr_forwarded() to addupc_intr_forwarded() so that it is
the same name on all architectures.
- Set flags in p_sflag instead of calling psignal() from
forward_hardclock().
- Proc locking.
- When we handle an IPI, turn off its bit in the mask of IPI's we are
currently handling so that an IPI doesn't send a CPU into an infinite
loop.
Diffstat (limited to 'lib/libc/stdlib/heapsort.c')
0 files changed, 0 insertions, 0 deletions