freebsd-dev/sys/alpha
Bruce Evans e7ba67f274 Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,
not per-process.  Keep it in `switchtime' consistently.

It is now clear that the timestamp is always valid in fork_trampoline()
except when the child is running on a previously idle cpu, which
can only happen if there are multiple cpus, so don't check or set
the timestamp in fork_trampoline except in the (i386) SMP case.
Just remove the alpha code for setting it unconditionally, since
there is no SMP case for alpha and the code had rotted.

Parts reviewed by:	dfr, phk
1999-02-28 10:53:29 +00:00
..
alpha Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu, 1999-02-28 10:53:29 +00:00
conf Ignore errors from chflags. This makes it possible to make installworld 1999-02-14 13:56:15 +00:00
include Introduce machine-dependent macro pgtok() to convert page count to number 1999-02-19 19:34:49 +00:00
isa Update the alpha port to use the new syscons. 1999-01-23 16:53:30 +00:00
linux Added call to elf_brand_inuse() to prevent you from cutting your own 1999-02-04 21:20:13 +00:00
pci Added support for the DEC EB64PLUS systype. (part I) 1999-01-18 20:15:07 +00:00
tc Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
tlsb Use suser() to check for super user rather than examining cr_uid directly. 1999-01-30 12:17:38 +00:00