Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2002 18:31:39 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_thread.c
Message-ID:  <200210040131.g941Vd1E008832@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/10/03 18:31:39 PDT

  Modified files:
    sys/kern             kern_thread.c 
  Log:
  Add some unspeakable hackery to the tree under #ifdef __ia64__ to work
  around limitations in the ia64 kernel stack handling code.  Basically
  preallocate a bunch of threads (and hence kstacks) while contigmalloc()
  still works, and never free them back to the general memory pool.  After
  the system has been running for a while, contigmalloc() eventually fails
  at a critical momemt and panics the system.
  
  Revision  Changes    Path
  1.36      +14 -0     src/sys/kern/kern_thread.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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