cvs commit: src/sys/i386/include param.h src/sys/alpha/include param.h src/sys/amd64/include param.h

Scott Long scottl at FreeBSD.org
Sun Aug 1 07:31:46 PDT 2004


scottl      2004-08-01 14:31:45 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/include     param.h 
    sys/alpha/include    param.h 
    sys/amd64/include    param.h 
  Log:
  Turn off PREEMPTION by default while it gets debugged.  It's been causing
  4 weeks of problems including deadlocks and instant panics.  Note that the
  real bugs are likely in the scheduler.
  
  Revision  Changes    Path
  1.35      +3 -0      src/sys/alpha/include/param.h
  1.13      +3 -0      src/sys/amd64/include/param.h
  1.72      +3 -0      src/sys/i386/include/param.h


More information about the cvs-src mailing list