freebsd-dev/sys/amd64
Bruce Evans ebd707d36a Fixed miscounting for non-statistical (GUPROF) profiling:
- use CROSSJUMP() and CROSSJUMP_LABEL() for conditional jumps from idle()
  into cpu_switch() and vice versa.
- moved badsw code to after cpu_switch().

Cosmetic changes:
- moved sw0 string to be immediately after its caller (badsw).
- removed unused #include.
1996-10-16 18:37:58 +00:00
..
amd64 Fixed miscounting for non-statistical (GUPROF) profiling: 1996-10-16 18:37:58 +00:00
conf Make userconfig two (default: on) options: 1996-09-11 19:53:45 +00:00
include Added macros CROSSJUMP(), CROSSJUMP_LABEL() and GPROF_RET. These will 1996-10-16 18:13:25 +00:00
isa Put I*86_CPU defines in opt_cpu.h. 1996-10-09 19:47:44 +00:00
pci
Makefile