cvs commit: src/sys/kern kern_synch.c

John Baldwin jhb at FreeBSD.org
Thu Mar 31 12:36:45 PST 2005


jhb         2005-03-31 20:36:45 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_synch.c 
  Log:
  Don't recursively panic when we call mi_switch() in a critical section,
  even though calling mi_switch() after a panic is likely a bug anyway as
  the recursive panic only serves to make things worse.
  
  Revision  Changes    Path
  1.268     +1 -1      src/sys/kern/kern_synch.c


More information about the cvs-all mailing list