cvs commit: src/sys/amd64/amd64 cpu_switch.S

Peter Wemm peter at FreeBSD.org
Fri Feb 6 12:38:41 PST 2004


peter       2004/02/06 12:38:39 PST

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      cpu_switch.S 
  Log:
  Remove the badsw* INVARIANTS checks.  The events that this attempts
  to catch are already nicely caught by trapping the null pointer derefs.
  Remove no-longer-used noswitch/nothrow strings.  They were referenced
  by the stub cpu_switch() etc functions before they were implemented.
  Try something a little different for the lock prefixes.
  
  Prompted by:  bde (the first two items anyway)
  
  Revision  Changes    Path
  1.147     +10 -96    src/sys/amd64/amd64/cpu_switch.S


More information about the cvs-src mailing list