cvs commit: src/sys/conf kern.pre.mk

Ken Smith kensmith at FreeBSD.org
Sun Mar 28 17:15:41 PST 2004


kensmith    2004/03/28 17:15:39 PST

  FreeBSD src repository

  Modified files:
    sys/conf             kern.pre.mk 
  Log:
  Remove "-frename-registers" option for sparc64 kernel builds.  That
  was not present in what I originally tested when checking to see if
  the kernel built/ran with the -O2 change.  Recent instability in
  sparc64 kernel was tracked to this.  A reproducible kernel stack
  traceback followed by hard hang during the call to msleep() at the
  point the kernel waits 15 seconds for the SCSI bus to settle crept in
  to recent kernel builds and it seems to go away with this patch.
  
  Noticed by:     kris
  Approved by:    rwatson (mentor)
  
  Revision  Changes    Path
  1.50      +3 -1      src/sys/conf/kern.pre.mk


More information about the cvs-all mailing list