Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2009 20:28:42 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ia64/include param.h
Message-ID:  <200910242029.n9OKT0EA051990@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2009-10-24 20:28:42 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/include     param.h 
  Log:
  SVN rev 198451 on 2009-10-24 20:28:42Z by marcel
  
  A 32KB kernel stack is not quite enough. The new USB stack is a bit
  more stack hungry as compared to the old one that my RX2660 gets
  a machine check and spontaneously reboots at the time the USB DVD
  drive is found and attached to CAM as a mass storage device. This
  doesn't happen always, but definitely varies per kernel build.
  Likewise when using a 128-byte printf buffer. The additional 128
  bytes that printf needs seems to be enough to have the memory stack
  and register stack collide and causing a machine check.
  
  Thus: Bump KSTACK_PAGES from 4 to 5.
  
  Revision  Changes    Path
  1.32      +1 -1      src/sys/ia64/include/param.h



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