Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 1996 11:37:59 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 swtch.s
Message-ID:  <199610161837.LAA24345@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/10/16 11:37:59

  Modified:    sys/i386/i386  swtch.s
  Log:
  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.
  
  Revision  Changes    Path
  1.41      +16 -12    src/sys/i386/i386/swtch.s



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610161837.LAA24345>